Struct windows_sys::Win32::NetworkManagement::Ndis::DOT11_BSS_LIST
[−]Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields
uNumOfBytes: u32
pucBuffer: *mut u8
Trait Implementations
impl Clone for DOT11_BSS_LIST
impl Clone for DOT11_BSS_LIST
impl Copy for DOT11_BSS_LIST
Auto Trait Implementations
impl RefUnwindSafe for DOT11_BSS_LIST
impl !Send for DOT11_BSS_LIST
impl !Sync for DOT11_BSS_LIST
impl Unpin for DOT11_BSS_LIST
impl UnwindSafe for DOT11_BSS_LIST
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