pub struct ScanTime {
pub active: ActiveScanTime,
pub passive: u32,
}
Expand description
Aggregate of active & passive scan time per channel. [docs][https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/network/esp_wifi.html#_CPPv416wifi_scan_time_t)
Fields§
§active: ActiveScanTime
§passive: u32
0 means use default of 360ms.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScanTime
impl RefUnwindSafe for ScanTime
impl Send for ScanTime
impl Sync for ScanTime
impl Unpin for ScanTime
impl UnwindSafe for ScanTime
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