#[repr(u8)]pub enum Aparen {
INDIVIDUAL = 0,
ENABLE = 1,
}Variants§
INDIVIDUAL = 0
Flash will be accessed in Individual mode.
ENABLE = 1
Flash will be accessed in Parallel mode.
Implementations§
Trait Implementations§
Source§impl Ord for Aparen
impl Ord for Aparen
Source§impl PartialOrd for Aparen
impl PartialOrd for Aparen
impl Copy for Aparen
impl Eq for Aparen
impl StructuralPartialEq for Aparen
Auto Trait Implementations§
impl Freeze for Aparen
impl RefUnwindSafe for Aparen
impl Send for Aparen
impl Sync for Aparen
impl Unpin for Aparen
impl UnwindSafe for Aparen
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