pub enum PaintType {
Colored = 1,
Uncolored = 2,
}Expand description
Paint type for tiling patterns
Variants§
Trait Implementations§
impl Copy for PaintType
impl StructuralPartialEq for PaintType
Auto Trait Implementations§
impl Freeze for PaintType
impl RefUnwindSafe for PaintType
impl Send for PaintType
impl Sync for PaintType
impl Unpin for PaintType
impl UnsafeUnpin for PaintType
impl UnwindSafe for PaintType
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