pub struct NumCompare(/* private fields */);Expand description
6-digit LE Secure Connections numeric comparison value generated by
Nonce::g2.
Trait Implementations§
Source§impl Clone for NumCompare
impl Clone for NumCompare
Source§fn clone(&self) -> NumCompare
fn clone(&self) -> NumCompare
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NumCompare
impl Debug for NumCompare
Source§impl Display for NumCompare
impl Display for NumCompare
Source§impl PartialEq for NumCompare
impl PartialEq for NumCompare
impl Copy for NumCompare
impl Eq for NumCompare
impl StructuralPartialEq for NumCompare
Auto Trait Implementations§
impl Freeze for NumCompare
impl RefUnwindSafe for NumCompare
impl Send for NumCompare
impl Sync for NumCompare
impl Unpin for NumCompare
impl UnwindSafe for NumCompare
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