#[repr(u8)]pub enum OcramErrStatEn {
OCRAM_ERR_STAT_EN_0 = 0,
OCRAM_ERR_STAT_EN_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for OcramErrStatEn
impl Clone for OcramErrStatEn
Source§fn clone(&self) -> OcramErrStatEn
fn clone(&self) -> OcramErrStatEn
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 OcramErrStatEn
impl Debug for OcramErrStatEn
Source§impl From<OcramErrStatEn> for u8
impl From<OcramErrStatEn> for u8
Source§fn from(val: OcramErrStatEn) -> u8
fn from(val: OcramErrStatEn) -> u8
Converts to this type from the input type.
Source§impl From<u8> for OcramErrStatEn
impl From<u8> for OcramErrStatEn
Source§fn from(val: u8) -> OcramErrStatEn
fn from(val: u8) -> OcramErrStatEn
Converts to this type from the input type.
Source§impl Ord for OcramErrStatEn
impl Ord for OcramErrStatEn
Source§fn cmp(&self, other: &OcramErrStatEn) -> Ordering
fn cmp(&self, other: &OcramErrStatEn) -> 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 OcramErrStatEn
impl PartialEq for OcramErrStatEn
Source§impl PartialOrd for OcramErrStatEn
impl PartialOrd for OcramErrStatEn
impl Copy for OcramErrStatEn
impl Eq for OcramErrStatEn
impl StructuralPartialEq for OcramErrStatEn
Auto Trait Implementations§
impl Freeze for OcramErrStatEn
impl RefUnwindSafe for OcramErrStatEn
impl Send for OcramErrStatEn
impl Sync for OcramErrStatEn
impl Unpin for OcramErrStatEn
impl UnwindSafe for OcramErrStatEn
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