Struct burble_crypto::NumCompare
source · #[repr(transparent)]pub struct NumCompare(_);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 copy 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<NumCompare> for NumCompare
impl PartialEq<NumCompare> for NumCompare
source§fn eq(&self, other: &NumCompare) -> bool
fn eq(&self, other: &NumCompare) -> bool
This method tests for
self and other values to be equal, and is used
by ==.