pub struct MinRssiArg(pub Option<i16>);Expand description
A received-signal floor in dBm, or none to forward regardless.
Tuple Fields§
§0: Option<i16>Trait Implementations§
Source§impl Clone for MinRssiArg
impl Clone for MinRssiArg
Source§fn clone(&self) -> MinRssiArg
fn clone(&self) -> MinRssiArg
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MinRssiArg
impl Debug for MinRssiArg
Source§impl FromStr for MinRssiArg
impl FromStr for MinRssiArg
Source§impl PartialEq for MinRssiArg
impl PartialEq for MinRssiArg
impl Copy for MinRssiArg
impl Eq for MinRssiArg
impl StructuralPartialEq for MinRssiArg
Auto Trait Implementations§
impl Freeze for MinRssiArg
impl RefUnwindSafe for MinRssiArg
impl Send for MinRssiArg
impl Sync for MinRssiArg
impl Unpin for MinRssiArg
impl UnwindSafe for MinRssiArg
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)