pub struct WifiScanThreshold {
pub rssi: i32,
pub authmode: i32,
}
Fields§
§rssi: i32
§authmode: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WifiScanThreshold
impl RefUnwindSafe for WifiScanThreshold
impl Send for WifiScanThreshold
impl Sync for WifiScanThreshold
impl Unpin for WifiScanThreshold
impl UnwindSafe for WifiScanThreshold
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