pub struct Phy10BaseT1x(/* private fields */);
Expand description
10-BASE-T1x PHY functions.
Implementations§
source§impl Phy10BaseT1x
impl Phy10BaseT1x
sourcepub async fn get_id<MDIOBUS, MDE>(
&self,
mdiobus: &mut MDIOBUS,
) -> Result<u32, MDE>
pub async fn get_id<MDIOBUS, MDE>( &self, mdiobus: &mut MDIOBUS, ) -> Result<u32, MDE>
Get the both parts of the PHYID.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Phy10BaseT1x
impl RefUnwindSafe for Phy10BaseT1x
impl Send for Phy10BaseT1x
impl Sync for Phy10BaseT1x
impl Unpin for Phy10BaseT1x
impl UnwindSafe for Phy10BaseT1x
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