#[repr(C)]pub struct DOT11_AVAILABLE_FREQUENCY_LIST {
pub Header: NDIS_OBJECT_HEADER,
pub uNumOfEntries: u32,
pub uTotalNumOfEntries: u32,
pub uFrequencyValue: [u32; 1],
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
, "Win32_NetworkManagement_Ndis"
Fields
Header: NDIS_OBJECT_HEADER
uNumOfEntries: u32
uTotalNumOfEntries: u32
uFrequencyValue: [u32; 1]
Trait Implementations
impl Clone for DOT11_AVAILABLE_FREQUENCY_LIST
impl Clone for DOT11_AVAILABLE_FREQUENCY_LIST
impl Copy for DOT11_AVAILABLE_FREQUENCY_LIST
Auto Trait Implementations
impl RefUnwindSafe for DOT11_AVAILABLE_FREQUENCY_LIST
impl Send for DOT11_AVAILABLE_FREQUENCY_LIST
impl Sync for DOT11_AVAILABLE_FREQUENCY_LIST
impl Unpin for DOT11_AVAILABLE_FREQUENCY_LIST
impl UnwindSafe for DOT11_AVAILABLE_FREQUENCY_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