Enum Des1
#[repr(u8)]pub enum Des1 {
_RESERVED_0 = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
ARM = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
_RESERVED_0 = 0
_RESERVED_1 = 1
_RESERVED_2 = 2
ARM = 3
Arm. Bits[6:4] of the JEDEC JEP106 Identity Code
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
§impl Ord for Des1
impl Ord for Des1
§impl PartialOrd for Des1
impl PartialOrd for Des1
impl Copy for Des1
impl Eq for Des1
impl StructuralPartialEq for Des1
Auto Trait Implementations§
impl Freeze for Des1
impl RefUnwindSafe for Des1
impl Send for Des1
impl Sync for Des1
impl Unpin for Des1
impl UnwindSafe for Des1
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