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