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