pub struct RssiDbm(/* private fields */);Implementations§
Trait Implementations§
impl Copy for RssiDbm
impl Eq for RssiDbm
Source§impl Ord for RssiDbm
impl Ord for RssiDbm
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 RssiDbm
impl PartialOrd for RssiDbm
impl StructuralPartialEq for RssiDbm
Auto Trait Implementations§
impl Freeze for RssiDbm
impl RefUnwindSafe for RssiDbm
impl Send for RssiDbm
impl Sync for RssiDbm
impl Unpin for RssiDbm
impl UnsafeUnpin for RssiDbm
impl UnwindSafe for RssiDbm
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