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