#[repr(u8)]pub enum Addins {
ZERO = 0,
ONE = 1,
}Variants§
ZERO = 0
The source MAC address is not modified by the MAC.
ONE = 1
The MAC overwrites the source MAC address with the programmed MAC address according to ADDSEL.
Implementations§
Trait Implementations§
Source§impl Ord for Addins
impl Ord for Addins
Source§impl PartialOrd for Addins
impl PartialOrd for Addins
impl Copy for Addins
impl Eq for Addins
impl StructuralPartialEq for Addins
Auto Trait Implementations§
impl Freeze for Addins
impl RefUnwindSafe for Addins
impl Send for Addins
impl Sync for Addins
impl Unpin for Addins
impl UnwindSafe for Addins
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