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