pub trait PhyWithSpeed<MIIM>: Phy<MIIM>
where MIIM: Miim,
{ // Required method fn get_link_speed(&mut self) -> Option<AdvancedPhySpeed>; }
Expand description

A PHY that also supports determining the link speed and duplex mode it is currently operating at.

Required Methods§

Get the link speed at which this PHY is currently operating.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<M, const E: bool> PhyWithSpeed<M> for LAN87xxA<M, E>
where M: Miim,

source§

impl<MIIM> PhyWithSpeed<MIIM> for KSZ8081R<MIIM>
where MIIM: Miim,