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