pub enum Pigment {
Uniform(UniformPigment),
Image(ImagePigment),
Checkered(CheckeredPigment),
}
Expand description
Enum of pigments.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Pigment
impl Send for Pigment
impl Sync for Pigment
impl Unpin for Pigment
impl UnwindSafe for Pigment
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more