pub enum SHAREDSIZE {
Low = 128,
Med = 196,
High = 256,
VHigh = 384,
VVHigh = 512,
}Expand description
Size of shared key wanted
Variants§
Trait Implementations§
Source§impl Clone for SHAREDSIZE
impl Clone for SHAREDSIZE
Source§fn clone(&self) -> SHAREDSIZE
fn clone(&self) -> SHAREDSIZE
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 SHAREDSIZE
impl Debug for SHAREDSIZE
Source§impl Ord for SHAREDSIZE
impl Ord for SHAREDSIZE
Source§fn cmp(&self, other: &SHAREDSIZE) -> Ordering
fn cmp(&self, other: &SHAREDSIZE) -> Ordering
1.21.0 · 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 SHAREDSIZE
impl PartialEq for SHAREDSIZE
Source§impl PartialOrd for SHAREDSIZE
impl PartialOrd for SHAREDSIZE
impl Copy for SHAREDSIZE
impl Eq for SHAREDSIZE
impl StructuralPartialEq for SHAREDSIZE
Auto Trait Implementations§
impl Freeze for SHAREDSIZE
impl RefUnwindSafe for SHAREDSIZE
impl Send for SHAREDSIZE
impl Sync for SHAREDSIZE
impl Unpin for SHAREDSIZE
impl UnwindSafe for SHAREDSIZE
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