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