pub struct WlanTx { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for WlanTx
impl RefUnwindSafe for WlanTx
impl Send for WlanTx
impl !Sync for WlanTx
impl Unpin for WlanTx
impl UnwindSafe for WlanTx
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