Struct embassy_stm32::peripherals::ETH
source · pub struct ETH { /* private fields */ }
Expand description
ETH peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for ETH
impl Peripheral for ETH
impl Instance for ETH
Auto Trait Implementations§
impl RefUnwindSafe for ETH
impl Send for ETH
impl Sync for ETH
impl Unpin for ETH
impl UnwindSafe for ETH
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