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