#[repr(C)]pub struct DOT11_SUPPORTED_ANTENNA_LIST {
pub uNumOfEntries: u32,
pub uTotalNumOfEntries: u32,
pub dot11SupportedAntenna: [DOT11_SUPPORTED_ANTENNA; 1],
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
, "Win32_Foundation"
Fields
uNumOfEntries: u32
uTotalNumOfEntries: u32
dot11SupportedAntenna: [DOT11_SUPPORTED_ANTENNA; 1]
Trait Implementations
impl Clone for DOT11_SUPPORTED_ANTENNA_LIST
impl Clone for DOT11_SUPPORTED_ANTENNA_LIST
impl Copy for DOT11_SUPPORTED_ANTENNA_LIST
Auto Trait Implementations
impl RefUnwindSafe for DOT11_SUPPORTED_ANTENNA_LIST
impl Send for DOT11_SUPPORTED_ANTENNA_LIST
impl Sync for DOT11_SUPPORTED_ANTENNA_LIST
impl Unpin for DOT11_SUPPORTED_ANTENNA_LIST
impl UnwindSafe for DOT11_SUPPORTED_ANTENNA_LIST
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