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