Struct windows_sys::Win32::NetworkManagement::WiFi::DOT11_IBSS_PARAMS
[−]#[repr(C)]pub struct DOT11_IBSS_PARAMS {
pub Header: NDIS_OBJECT_HEADER,
pub bJoinOnly: BOOLEAN,
pub uIEsOffset: u32,
pub uIEsLength: u32,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
, "Win32_Foundation"
, "Win32_NetworkManagement_Ndis"
Fields
Header: NDIS_OBJECT_HEADER
bJoinOnly: BOOLEAN
uIEsOffset: u32
uIEsLength: u32
Trait Implementations
impl Clone for DOT11_IBSS_PARAMS
impl Clone for DOT11_IBSS_PARAMS
impl Copy for DOT11_IBSS_PARAMS
Auto Trait Implementations
impl RefUnwindSafe for DOT11_IBSS_PARAMS
impl Send for DOT11_IBSS_PARAMS
impl Sync for DOT11_IBSS_PARAMS
impl Unpin for DOT11_IBSS_PARAMS
impl UnwindSafe for DOT11_IBSS_PARAMS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more