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