pub struct WrongClock;
Expand description
HCLK must be at least 25MHz to use the ethernet peripheral. This (empty) struct is returned to indicate that it is not set correctly
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WrongClock
impl RefUnwindSafe for WrongClock
impl Send for WrongClock
impl Sync for WrongClock
impl Unpin for WrongClock
impl UnwindSafe for WrongClock
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