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