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