pub struct MMCRGUFCR { /* private fields */ }
Expand description
MMC received good unicast frames counter register
Implementations§
Auto Trait Implementations§
impl !Freeze for MMCRGUFCR
impl !RefUnwindSafe for MMCRGUFCR
impl Send for MMCRGUFCR
impl !Sync for MMCRGUFCR
impl Unpin for MMCRGUFCR
impl UnwindSafe for MMCRGUFCR
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