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