Struct FgpfccrCm
#[repr(transparent)]pub struct FgpfccrCm(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl FgpfccrCm
impl FgpfccrCm
pub const ARGB8888: Self
pub const ARGB8888: Self
Color mode ARGB8888
pub const RGB888: Self
pub const RGB888: Self
Color mode RGB888
pub const RGB565: Self
pub const RGB565: Self
Color mode RGB565
pub const ARGB1555: Self
pub const ARGB1555: Self
Color mode ARGB1555
pub const ARGB4444: Self
pub const ARGB4444: Self
Color mode ARGB4444
pub const L8: Self
pub const L8: Self
Color mode L8
pub const AL44: Self
pub const AL44: Self
Color mode AL44
pub const AL88: Self
pub const AL88: Self
Color mode AL88
pub const L4: Self
pub const L4: Self
Color mode L4
pub const A8: Self
pub const A8: Self
Color mode A8
pub const A4: Self
pub const A4: Self
Color mode A4
Trait Implementations§
§impl Ord for FgpfccrCm
impl Ord for FgpfccrCm
§impl PartialOrd for FgpfccrCm
impl PartialOrd for FgpfccrCm
impl Copy for FgpfccrCm
impl Eq for FgpfccrCm
impl StructuralPartialEq for FgpfccrCm
Auto Trait Implementations§
impl Freeze for FgpfccrCm
impl RefUnwindSafe for FgpfccrCm
impl Send for FgpfccrCm
impl Sync for FgpfccrCm
impl Unpin for FgpfccrCm
impl UnwindSafe for FgpfccrCm
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