#[repr(C)]pub struct DOT11_SUPPORTED_POWER_LEVELS {
pub uNumOfSupportedPowerLevels: u32,
pub uTxPowerLevelValues: [u32; 8],
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more