pub struct EthernetRx<M: MacPeripheral> { /* private fields */ }
Implementations§
Source§impl<M: MacPeripheral> EthernetRx<M>
impl<M: MacPeripheral> EthernetRx<M>
Auto Trait Implementations§
impl<M> Freeze for EthernetRx<M>
impl<M> RefUnwindSafe for EthernetRx<M>where
M: RefUnwindSafe,
impl<M> !Send for EthernetRx<M>
impl<M> !Sync for EthernetRx<M>
impl<M> Unpin for EthernetRx<M>
impl<M> UnwindSafe for EthernetRx<M>where
M: RefUnwindSafe,
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