#[repr(u8)]pub enum Addsel {
VAL_MAC = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
VAL_MAC = 0
Node MAC address programmed on PADDR1/2 registers.
_RESERVED_1 = 1
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for Addsel
impl Ord for Addsel
Source§impl PartialOrd for Addsel
impl PartialOrd for Addsel
impl Copy for Addsel
impl Eq for Addsel
impl StructuralPartialEq for Addsel
Auto Trait Implementations§
impl Freeze for Addsel
impl RefUnwindSafe for Addsel
impl Send for Addsel
impl Sync for Addsel
impl Unpin for Addsel
impl UnwindSafe for Addsel
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