#[repr(u8)]pub enum Shade {
White = 0,
LightGray = 1,
DarkGray = 2,
Black = 3,
}Expand description
One of the four DMG gray shades.
Variants§
Implementations§
Trait Implementations§
impl Copy for Shade
impl Eq for Shade
impl StructuralPartialEq for Shade
Auto Trait Implementations§
impl BankSafe for Shade
impl Freeze for Shade
impl RefUnwindSafe for Shade
impl Send for Shade
impl Sync for Shade
impl Unpin for Shade
impl UnsafeUnpin for Shade
impl UnwindSafe for Shade
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