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