#[repr(u8)]pub enum Ccif {
CCIF0 = 0,
CCIF1 = 1,
}Variants§
CCIF0 = 0
Flash command, initialization, or power mode recovery in progress
CCIF1 = 1
Flash command, initialization, or power mode recovery has completed
Implementations§
Trait Implementations§
Source§impl Ord for Ccif
impl Ord for Ccif
Source§impl PartialOrd for Ccif
impl PartialOrd for Ccif
impl Copy for Ccif
impl Eq for Ccif
impl StructuralPartialEq for Ccif
Auto Trait Implementations§
impl Freeze for Ccif
impl RefUnwindSafe for Ccif
impl Send for Ccif
impl Sync for Ccif
impl Unpin for Ccif
impl UnwindSafe for Ccif
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