Struct Maca2hr
#[repr(transparent)]pub struct Maca2hr(pub u32);
Expand description
Ethernet MAC address 2 high register
Tuple Fields§
§0: u32
Implementations§
§impl Maca2hr
impl Maca2hr
pub fn set_maca2h(&mut self, val: u16)
pub fn set_maca2h(&mut self, val: u16)
MAC2AH
Trait Implementations§
impl Copy for Maca2hr
impl Eq for Maca2hr
impl StructuralPartialEq for Maca2hr
Auto Trait Implementations§
impl Freeze for Maca2hr
impl RefUnwindSafe for Maca2hr
impl Send for Maca2hr
impl Sync for Maca2hr
impl Unpin for Maca2hr
impl UnwindSafe for Maca2hr
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