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