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