Struct windows_sys::Win32::NetworkManagement::WiFi::DOT11_RSSI_RANGE
[−]#[repr(C)]pub struct DOT11_RSSI_RANGE {
pub dot11PhyType: DOT11_PHY_TYPE,
pub uRSSIMin: u32,
pub uRSSIMax: u32,
}
Expand description
Required features: "Win32_NetworkManagement_WiFi"
Fields
dot11PhyType: DOT11_PHY_TYPE
uRSSIMin: u32
uRSSIMax: u32
Trait Implementations
impl Clone for DOT11_RSSI_RANGE
impl Clone for DOT11_RSSI_RANGE
impl Copy for DOT11_RSSI_RANGE
Auto Trait Implementations
impl RefUnwindSafe for DOT11_RSSI_RANGE
impl Send for DOT11_RSSI_RANGE
impl Sync for DOT11_RSSI_RANGE
impl Unpin for DOT11_RSSI_RANGE
impl UnwindSafe for DOT11_RSSI_RANGE
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