Struct EventType
#[repr(transparent)]pub struct EventType(pub c_int);Tuple Fields§
§0: c_intImplementations§
§impl EventType
impl EventType
pub const ENABLE_STATUS: Self
pub const DISABLE_STATUS: Self
pub const AP_STATION: Self
pub const STA_STATUS: Self
pub const STA_ROUTER_INFO: Self
pub const STA_SCAN_ROUTER: Self
Trait Implementations§
impl Copy for EventType
impl Eq for EventType
impl StructuralPartialEq for EventType
Auto Trait Implementations§
impl Freeze for EventType
impl RefUnwindSafe for EventType
impl Send for EventType
impl Sync for EventType
impl Unpin for EventType
impl UnwindSafe for EventType
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