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