Struct Macsr
#[repr(transparent)]pub struct Macsr(pub u32);
Expand description
Ethernet MAC interrupt status register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Macsr
impl Eq for Macsr
impl StructuralPartialEq for Macsr
Auto Trait Implementations§
impl Freeze for Macsr
impl RefUnwindSafe for Macsr
impl Send for Macsr
impl Sync for Macsr
impl Unpin for Macsr
impl UnwindSafe for Macsr
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