pub struct NotifGroup;Available on crate feature
nl80211 only.Implementations§
Source§impl NotifGroup
impl NotifGroup
pub const CONFIG: &str = "config"
pub const CONFIG_CSTR: &CStr = c"config"
pub const SCAN: &str = "scan"
pub const SCAN_CSTR: &CStr = c"scan"
pub const REGULATORY: &str = "regulatory"
pub const REGULATORY_CSTR: &CStr = c"regulatory"
pub const MLME: &str = "mlme"
pub const MLME_CSTR: &CStr = c"mlme"
pub const VENDOR: &str = "vendor"
pub const VENDOR_CSTR: &CStr = c"vendor"
pub const NAN: &str = "nan"
pub const NAN_CSTR: &CStr = c"nan"
pub const TESTMODE: &str = "testmode"
pub const TESTMODE_CSTR: &CStr = c"testmode"
Auto Trait Implementations§
impl Freeze for NotifGroup
impl RefUnwindSafe for NotifGroup
impl Send for NotifGroup
impl Sync for NotifGroup
impl Unpin for NotifGroup
impl UnsafeUnpin for NotifGroup
impl UnwindSafe for NotifGroup
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