#[repr(C)]pub struct DOT11_POWER_MGMT_MODE {
pub dot11PowerMode: DOT11_POWER_MODE,
pub uPowerSaveLevel: u32,
pub usListenInterval: u16,
pub usAID: u16,
pub bReceiveDTIMs: BOOLEAN,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
, "Win32_Foundation"
Fields
dot11PowerMode: DOT11_POWER_MODE
uPowerSaveLevel: u32
usListenInterval: u16
usAID: u16
bReceiveDTIMs: BOOLEAN
Trait Implementations
impl Clone for DOT11_POWER_MGMT_MODE
impl Clone for DOT11_POWER_MGMT_MODE
impl Copy for DOT11_POWER_MGMT_MODE
Auto Trait Implementations
impl RefUnwindSafe for DOT11_POWER_MGMT_MODE
impl Send for DOT11_POWER_MGMT_MODE
impl Sync for DOT11_POWER_MGMT_MODE
impl Unpin for DOT11_POWER_MGMT_MODE
impl UnwindSafe for DOT11_POWER_MGMT_MODE
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