pub struct ETH1 { /* private fields */ }Expand description
ETH1 peripheral
Implementations§
Trait Implementations§
impl Copy for ETH1
impl PeripheralType for ETH1
impl RccPeripheral for ETH1
Auto Trait Implementations§
impl Freeze for ETH1
impl RefUnwindSafe for ETH1
impl Send for ETH1
impl Sync for ETH1
impl Unpin for ETH1
impl UnsafeUnpin for ETH1
impl UnwindSafe for ETH1
Blanket Implementations§
impl<T, I> Binding<I, NoHandler<I>> for T
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