pub enum WifiChipEvent {
_UnknownEvent {
ordinal: u64,
},
}
Variants§
_UnknownEvent
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WifiChipEvent
impl RefUnwindSafe for WifiChipEvent
impl Send for WifiChipEvent
impl Sync for WifiChipEvent
impl Unpin for WifiChipEvent
impl UnwindSafe for WifiChipEvent
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