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