#[repr(i32)]pub enum LcdColor {
WHITE = 0,
BLACK = 1,
}Variants§
Trait Implementations§
impl Copy for LcdColor
impl StructuralPartialEq for LcdColor
Auto Trait Implementations§
impl Freeze for LcdColor
impl RefUnwindSafe for LcdColor
impl Send for LcdColor
impl Sync for LcdColor
impl Unpin for LcdColor
impl UnwindSafe for LcdColor
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