#[repr(u32)]pub enum LCDFontLanguage {
English = 0,
Japanese = 1,
Unknown = 2,
}Variants§
Trait Implementations§
Source§impl Clone for LCDFontLanguage
impl Clone for LCDFontLanguage
Source§fn clone(&self) -> LCDFontLanguage
fn clone(&self) -> LCDFontLanguage
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LCDFontLanguage
impl Debug for LCDFontLanguage
Source§impl Hash for LCDFontLanguage
impl Hash for LCDFontLanguage
Source§impl PartialEq for LCDFontLanguage
impl PartialEq for LCDFontLanguage
impl Copy for LCDFontLanguage
impl Eq for LCDFontLanguage
impl StructuralPartialEq for LCDFontLanguage
Auto Trait Implementations§
impl Freeze for LCDFontLanguage
impl RefUnwindSafe for LCDFontLanguage
impl Send for LCDFontLanguage
impl Sync for LCDFontLanguage
impl Unpin for LCDFontLanguage
impl UnwindSafe for LCDFontLanguage
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