pub struct SignalQualityTenthsPercent(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for SignalQualityTenthsPercent
impl Clone for SignalQualityTenthsPercent
Source§fn clone(&self) -> SignalQualityTenthsPercent
fn clone(&self) -> SignalQualityTenthsPercent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SignalQualityTenthsPercent
Source§impl Debug for SignalQualityTenthsPercent
impl Debug for SignalQualityTenthsPercent
impl Eq for SignalQualityTenthsPercent
Source§impl Hash for SignalQualityTenthsPercent
impl Hash for SignalQualityTenthsPercent
Source§impl Ord for SignalQualityTenthsPercent
impl Ord for SignalQualityTenthsPercent
Source§fn cmp(&self, other: &SignalQualityTenthsPercent) -> Ordering
fn cmp(&self, other: &SignalQualityTenthsPercent) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for SignalQualityTenthsPercent
impl PartialOrd for SignalQualityTenthsPercent
impl StructuralPartialEq for SignalQualityTenthsPercent
Auto Trait Implementations§
impl Freeze for SignalQualityTenthsPercent
impl RefUnwindSafe for SignalQualityTenthsPercent
impl Send for SignalQualityTenthsPercent
impl Sync for SignalQualityTenthsPercent
impl Unpin for SignalQualityTenthsPercent
impl UnsafeUnpin for SignalQualityTenthsPercent
impl UnwindSafe for SignalQualityTenthsPercent
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