#[repr(C)]pub struct DOT11_NIC_SPECIFIC_EXTENSION {
pub uBufferLength: u32,
pub uTotalBufferLength: u32,
pub ucBuffer: [u8; 1],
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
Fields
uBufferLength: u32
uTotalBufferLength: u32
ucBuffer: [u8; 1]
Trait Implementations
impl Clone for DOT11_NIC_SPECIFIC_EXTENSION
impl Clone for DOT11_NIC_SPECIFIC_EXTENSION
impl Copy for DOT11_NIC_SPECIFIC_EXTENSION
Auto Trait Implementations
impl RefUnwindSafe for DOT11_NIC_SPECIFIC_EXTENSION
impl Send for DOT11_NIC_SPECIFIC_EXTENSION
impl Sync for DOT11_NIC_SPECIFIC_EXTENSION
impl Unpin for DOT11_NIC_SPECIFIC_EXTENSION
impl UnwindSafe for DOT11_NIC_SPECIFIC_EXTENSION
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