Enum Ptyp
#[repr(u8)]pub enum Ptyp {
_RESERVED_0 = 0,
NandFlash = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Ptyp
impl Eq for Ptyp
§impl Ord for Ptyp
impl Ord for Ptyp
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Ptyp
impl PartialOrd 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 UnsafeUnpin 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