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