pub struct C45 { /* private fields */ }
Expand description
A single MDIO clause 45 register device and address.
Clause 45 uses a 5-bit device address to access a specific MMD within
a port, then a 16-bit register address to access a location within
that device. C45
represents this by storing a Mmd
and
a register number.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for C45
impl RefUnwindSafe for C45
impl Send for C45
impl Sync for C45
impl Unpin for C45
impl UnwindSafe for C45
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