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