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