#[repr(u8)]pub enum Estdep {
NODEPTH = 0,
DEPTH64 = 1,
DEPTH128 = 2,
DEPTH256 = 3,
DEPTH512 = 4,
DEPTH1024 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
NODEPTH = 0
No Depth configured
DEPTH64 = 1
64
DEPTH128 = 2
128
DEPTH256 = 3
256
DEPTH512 = 4
512
DEPTH1024 = 5
1024
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for Estdep
impl Ord for Estdep
Source§impl PartialOrd for Estdep
impl PartialOrd for Estdep
impl Copy for Estdep
impl Eq for Estdep
impl StructuralPartialEq for Estdep
Auto Trait Implementations§
impl Freeze for Estdep
impl RefUnwindSafe for Estdep
impl Send for Estdep
impl Sync for Estdep
impl Unpin for Estdep
impl UnwindSafe for Estdep
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