#[repr(u8)]pub enum OcramErrSigEn {
OCRAM_ERR_SIG_EN_0 = 0,
OCRAM_ERR_SIG_EN_1 = 1,
}Variants§
Implementations§
Source§impl OcramErrSigEn
impl OcramErrSigEn
Trait Implementations§
Source§impl Clone for OcramErrSigEn
impl Clone for OcramErrSigEn
Source§fn clone(&self) -> OcramErrSigEn
fn clone(&self) -> OcramErrSigEn
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OcramErrSigEn
impl Debug for OcramErrSigEn
Source§impl From<OcramErrSigEn> for u8
impl From<OcramErrSigEn> for u8
Source§fn from(val: OcramErrSigEn) -> u8
fn from(val: OcramErrSigEn) -> u8
Converts to this type from the input type.
Source§impl From<u8> for OcramErrSigEn
impl From<u8> for OcramErrSigEn
Source§fn from(val: u8) -> OcramErrSigEn
fn from(val: u8) -> OcramErrSigEn
Converts to this type from the input type.
Source§impl Ord for OcramErrSigEn
impl Ord for OcramErrSigEn
Source§fn cmp(&self, other: &OcramErrSigEn) -> Ordering
fn cmp(&self, other: &OcramErrSigEn) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for OcramErrSigEn
impl PartialEq for OcramErrSigEn
Source§impl PartialOrd for OcramErrSigEn
impl PartialOrd for OcramErrSigEn
impl Copy for OcramErrSigEn
impl Eq for OcramErrSigEn
impl StructuralPartialEq for OcramErrSigEn
Auto Trait Implementations§
impl Freeze for OcramErrSigEn
impl RefUnwindSafe for OcramErrSigEn
impl Send for OcramErrSigEn
impl Sync for OcramErrSigEn
impl Unpin for OcramErrSigEn
impl UnwindSafe for OcramErrSigEn
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