#[repr(u8)]pub enum SecdetDcp {
SECDET_CDP = 0,
SECDET_DCP = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for SecdetDcp
impl Ord for SecdetDcp
Source§impl PartialOrd for SecdetDcp
impl PartialOrd for SecdetDcp
impl Copy for SecdetDcp
impl Eq for SecdetDcp
impl StructuralPartialEq for SecdetDcp
Auto Trait Implementations§
impl Freeze for SecdetDcp
impl RefUnwindSafe for SecdetDcp
impl Send for SecdetDcp
impl Sync for SecdetDcp
impl Unpin for SecdetDcp
impl UnwindSafe for SecdetDcp
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