Enum Pwid
#[repr(u8)]pub enum Pwid {
Bits8 = 0,
Bits16 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}Variants§
Bits8 = 0
External memory device width 8 bits
Bits16 = 1
External memory device width 16 bits
_RESERVED_2 = 2
_RESERVED_3 = 3
Implementations§
Trait Implementations§
impl Copy for Pwid
impl Eq for Pwid
§impl Ord for Pwid
impl Ord for Pwid
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 Pwid
impl PartialOrd for Pwid
impl StructuralPartialEq for Pwid
Auto Trait Implementations§
impl Freeze for Pwid
impl RefUnwindSafe for Pwid
impl Send for Pwid
impl Sync for Pwid
impl Unpin for Pwid
impl UnsafeUnpin for Pwid
impl UnwindSafe for Pwid
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