#[repr(C)]pub struct DOT11_SUPPORTED_DATA_RATES_VALUE_V2 {
pub ucSupportedTxDataRatesValue: [u8; 255],
pub ucSupportedRxDataRatesValue: [u8; 255],
}
Fields§
§ucSupportedTxDataRatesValue: [u8; 255]
§ucSupportedRxDataRatesValue: [u8; 255]
Trait Implementations§
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more