Struct riot_sys::scan_params
source · [−]Fields
type_: u8
itvl: u16
window: u16
Trait Implementations
sourceimpl Clone for scan_params
impl Clone for scan_params
sourcefn clone(&self) -> scan_params
fn clone(&self) -> scan_params
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for scan_params
impl Debug for scan_params
sourceimpl Default for scan_params
impl Default for scan_params
sourcefn default() -> scan_params
fn default() -> scan_params
Returns the “default value” for a type. Read more
impl Copy for scan_params
Auto Trait Implementations
impl RefUnwindSafe for scan_params
impl Send for scan_params
impl Sync for scan_params
impl Unpin for scan_params
impl UnwindSafe for scan_params
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