pub struct CLRFR { /* private fields */ }
Expand description
MDIOS clear flag register
Implementations§
Auto Trait Implementations§
impl !Freeze for CLRFR
impl !RefUnwindSafe for CLRFR
impl Send for CLRFR
impl !Sync for CLRFR
impl Unpin for CLRFR
impl UnwindSafe for CLRFR
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