pub struct Mmd(/* private fields */);
Expand description
A single MDIO clause 45 register device and address.
Implementations§
source§impl Mmd
impl Mmd
sourcepub const SEPARATED_PMA1: Self = _
pub const SEPARATED_PMA1: Self = _
Separated PMA (1).
sourcepub const SEPARATED_PMA2: Self = _
pub const SEPARATED_PMA2: Self = _
Separated PMA (2).
sourcepub const SEPARATED_PMA3: Self = _
pub const SEPARATED_PMA3: Self = _
Separated PMA (3).
sourcepub const SEPARATED_PMA4: Self = _
pub const SEPARATED_PMA4: Self = _
Separated PMA (4).
sourcepub const OFDM_PMAPMD: Self = _
pub const OFDM_PMAPMD: Self = _
OFDM PMA/PMD.
sourcepub const POWER_UNIT: Self = _
pub const POWER_UNIT: Self = _
Power unit.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Mmd
impl RefUnwindSafe for Mmd
impl Send for Mmd
impl Sync for Mmd
impl Unpin for Mmd
impl UnwindSafe for Mmd
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