#[repr(u8)]pub enum Estdep {
NODEPTH = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
DEPTH256 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
NODEPTH = 0
No Depth configured
_RESERVED_1 = 1
_RESERVED_2 = 2
DEPTH256 = 3
256
_RESERVED_4 = 4
_RESERVED_5 = 5
_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