#[repr(C)]pub struct FfiEthernetRx { /* private fields */ }
Trait Implementations§
impl Send for FfiEthernetRx
Auto Trait Implementations§
impl Freeze for FfiEthernetRx
impl RefUnwindSafe for FfiEthernetRx
impl !Sync for FfiEthernetRx
impl Unpin for FfiEthernetRx
impl UnwindSafe for FfiEthernetRx
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