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