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