pub struct MACFCR { /* private fields */ }
Expand description
Ethernet MAC flow control register
Implementations§
Auto Trait Implementations§
impl !Freeze for MACFCR
impl !RefUnwindSafe for MACFCR
impl Send for MACFCR
impl !Sync for MACFCR
impl Unpin for MACFCR
impl UnwindSafe for MACFCR
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