pub enum EthernetRxEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EthernetRxEvent
impl RefUnwindSafe for EthernetRxEvent
impl Send for EthernetRxEvent
impl Sync for EthernetRxEvent
impl Unpin for EthernetRxEvent
impl UnwindSafe for EthernetRxEvent
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