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