pub struct CryptoHandle(pub u64);Expand description
Opaque handle for derived key material (master key of a participant/endpoint).
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for CryptoHandle
impl Clone for CryptoHandle
Source§fn clone(&self) -> CryptoHandle
fn clone(&self) -> CryptoHandle
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 CryptoHandle
Source§impl Debug for CryptoHandle
impl Debug for CryptoHandle
impl Eq for CryptoHandle
Source§impl Hash for CryptoHandle
impl Hash for CryptoHandle
Source§impl Ord for CryptoHandle
impl Ord for CryptoHandle
Source§fn cmp(&self, other: &CryptoHandle) -> Ordering
fn cmp(&self, other: &CryptoHandle) -> 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 PartialEq for CryptoHandle
impl PartialEq for CryptoHandle
Source§impl PartialOrd for CryptoHandle
impl PartialOrd for CryptoHandle
impl StructuralPartialEq for CryptoHandle
Auto Trait Implementations§
impl Freeze for CryptoHandle
impl RefUnwindSafe for CryptoHandle
impl Send for CryptoHandle
impl Sync for CryptoHandle
impl Unpin for CryptoHandle
impl UnsafeUnpin for CryptoHandle
impl UnwindSafe for CryptoHandle
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