Struct stm32_metapac::eth::regs::Macmdiodr
#[repr(transparent)]pub struct Macmdiodr(pub u32);
Expand description
MDIO data register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Macmdiodr
impl Eq for Macmdiodr
impl StructuralEq for Macmdiodr
impl StructuralPartialEq for Macmdiodr
Auto Trait Implementations§
impl RefUnwindSafe for Macmdiodr
impl Send for Macmdiodr
impl Sync for Macmdiodr
impl Unpin for Macmdiodr
impl UnwindSafe for Macmdiodr
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