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