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