#[repr(C)]pub struct DOT11_DATA_RATE_MAPPING_ENTRY {
pub ucDataRateIndex: u8,
pub ucDataRateFlag: u8,
pub usDataRateValue: u16,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
Fields
ucDataRateIndex: u8
ucDataRateFlag: u8
usDataRateValue: u16
Trait Implementations
impl Clone for DOT11_DATA_RATE_MAPPING_ENTRY
impl Clone for DOT11_DATA_RATE_MAPPING_ENTRY
impl Copy for DOT11_DATA_RATE_MAPPING_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for DOT11_DATA_RATE_MAPPING_ENTRY
impl Send for DOT11_DATA_RATE_MAPPING_ENTRY
impl Sync for DOT11_DATA_RATE_MAPPING_ENTRY
impl Unpin for DOT11_DATA_RATE_MAPPING_ENTRY
impl UnwindSafe for DOT11_DATA_RATE_MAPPING_ENTRY
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