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