pub struct ActiveScanTime {
pub min: u32,
pub max: u32,
}
Fields§
§min: u32
0 means use built-ins.
max: u32
Implementations§
Trait Implementations§
Source§impl Default for ActiveScanTime
impl Default for ActiveScanTime
Source§fn default() -> ActiveScanTime
fn default() -> ActiveScanTime
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ActiveScanTime
impl RefUnwindSafe for ActiveScanTime
impl Send for ActiveScanTime
impl Sync for ActiveScanTime
impl Unpin for ActiveScanTime
impl UnwindSafe for ActiveScanTime
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