pub enum PTYP {
Nandflash = 1,
}
Expand description
PTYP
Value on reset: 1
Variants§
Nandflash = 1
1: NAND Flash
Trait Implementations§
impl Copy for PTYP
impl Eq for PTYP
impl StructuralPartialEq for PTYP
Auto Trait Implementations§
impl Freeze for PTYP
impl RefUnwindSafe for PTYP
impl Send for PTYP
impl Sync for PTYP
impl Unpin for PTYP
impl UnwindSafe for PTYP
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