pub struct EmacConfig {
pub clock: RmiiClockConfig,
pub pins: RmiiPins,
}Expand description
EMAC configuration.
Fields§
§clock: RmiiClockConfigRMII clock source.
pins: RmiiPinsRMII management pins (MDC/MDIO).
Trait Implementations§
Source§impl Clone for EmacConfig
impl Clone for EmacConfig
Source§fn clone(&self) -> EmacConfig
fn clone(&self) -> EmacConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for EmacConfig
impl RefUnwindSafe for EmacConfig
impl Send for EmacConfig
impl Sync for EmacConfig
impl Unpin for EmacConfig
impl UnsafeUnpin for EmacConfig
impl UnwindSafe for EmacConfig
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