pub struct EthernetMAC { /* private fields */ }
Expand description

Ethernet media access control (MAC).

Implementations

Borrow access to the MAC’s SMI.

Allows for controlling and monitoring any PHYs that may be accessible via the MDIO/MDC pins.

Exclusive access to the MDIO and MDC is required to ensure that are not used elsewhere for the duration of SMI communication.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.