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,
}
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§
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