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