#[repr(C)]pub struct DOT11_HRDSSS_PHY_ATTRIBUTES {
pub bShortPreambleOptionImplemented: BOOLEAN,
pub bPBCCOptionImplemented: BOOLEAN,
pub bChannelAgilityPresent: BOOLEAN,
pub uHRCCAModeSupported: u32,
}
Expand description
Required features: ‘Win32_NetworkManagement_WiFi’, ‘Win32_Foundation’
Fields
bShortPreambleOptionImplemented: BOOLEAN
bPBCCOptionImplemented: BOOLEAN
bChannelAgilityPresent: BOOLEAN
uHRCCAModeSupported: u32
Trait Implementations
impl Clone for DOT11_HRDSSS_PHY_ATTRIBUTES
impl Clone for DOT11_HRDSSS_PHY_ATTRIBUTES
impl Copy for DOT11_HRDSSS_PHY_ATTRIBUTES
Auto Trait Implementations
impl RefUnwindSafe for DOT11_HRDSSS_PHY_ATTRIBUTES
impl Send for DOT11_HRDSSS_PHY_ATTRIBUTES
impl Sync for DOT11_HRDSSS_PHY_ATTRIBUTES
impl Unpin for DOT11_HRDSSS_PHY_ATTRIBUTES
impl UnwindSafe for DOT11_HRDSSS_PHY_ATTRIBUTES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more