Struct windows_sys::Win32::NetworkManagement::WiFi::DOT11_BYTE_ARRAY
#[repr(C)]pub struct DOT11_BYTE_ARRAY {
pub Header: NDIS_OBJECT_HEADER,
pub uNumOfBytes: u32,
pub uTotalNumOfBytes: u32,
pub ucBuffer: [u8; 1],
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields§
§Header: NDIS_OBJECT_HEADER
§uNumOfBytes: u32
§uTotalNumOfBytes: u32
§ucBuffer: [u8; 1]
Trait Implementations§
§impl Clone for DOT11_BYTE_ARRAY
impl Clone for DOT11_BYTE_ARRAY
impl Copy for DOT11_BYTE_ARRAY
Auto Trait Implementations§
impl RefUnwindSafe for DOT11_BYTE_ARRAY
impl Send for DOT11_BYTE_ARRAY
impl Sync for DOT11_BYTE_ARRAY
impl Unpin for DOT11_BYTE_ARRAY
impl UnwindSafe for DOT11_BYTE_ARRAY
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