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