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