pub struct EthernetMAC { /* private fields */ }
Expand description
Ethernet MAC
Implementations§
Source§impl EthernetMAC
Public functions for the KSZ8081
impl EthernetMAC
Public functions for the KSZ8081
Sourcepub fn phy_poll_link(&mut self) -> bool
pub fn phy_poll_link(&mut self) -> bool
Poll PHY to determine link status.
pub fn link_established(&mut self) -> bool
pub fn block_until_link(&mut self)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EthernetMAC
impl RefUnwindSafe for EthernetMAC
impl Send for EthernetMAC
impl !Sync for EthernetMAC
impl Unpin for EthernetMAC
impl UnwindSafe for EthernetMAC
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