Struct FgpfccrStart
#[repr(transparent)]pub struct FgpfccrStart(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl FgpfccrStart
impl FgpfccrStart
pub const START: Self
pub const START: Self
Start the automatic loading of the CLUT
Trait Implementations§
§impl Clone for FgpfccrStart
impl Clone for FgpfccrStart
§fn clone(&self) -> FgpfccrStart
fn clone(&self) -> FgpfccrStart
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Ord for FgpfccrStart
impl Ord for FgpfccrStart
§impl PartialEq for FgpfccrStart
impl PartialEq for FgpfccrStart
§impl PartialOrd for FgpfccrStart
impl PartialOrd for FgpfccrStart
impl Copy for FgpfccrStart
impl Eq for FgpfccrStart
impl StructuralPartialEq for FgpfccrStart
Auto Trait Implementations§
impl Freeze for FgpfccrStart
impl RefUnwindSafe for FgpfccrStart
impl Send for FgpfccrStart
impl Sync for FgpfccrStart
impl Unpin for FgpfccrStart
impl UnwindSafe for FgpfccrStart
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