Enum rp_pac::otp_data_raw::vals::PageLockNoKeyState
source · #[repr(u8)]pub enum PageLockNoKeyState {
READ_ONLY = 0,
INACCESSIBLE = 1,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for PageLockNoKeyState
impl Clone for PageLockNoKeyState
source§fn clone(&self) -> PageLockNoKeyState
fn clone(&self) -> PageLockNoKeyState
Returns a copy 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 From<PageLockNoKeyState> for u8
impl From<PageLockNoKeyState> for u8
source§fn from(val: PageLockNoKeyState) -> u8
fn from(val: PageLockNoKeyState) -> u8
Converts to this type from the input type.
source§impl From<u8> for PageLockNoKeyState
impl From<u8> for PageLockNoKeyState
source§fn from(val: u8) -> PageLockNoKeyState
fn from(val: u8) -> PageLockNoKeyState
Converts to this type from the input type.
source§impl Ord for PageLockNoKeyState
impl Ord for PageLockNoKeyState
source§fn cmp(&self, other: &PageLockNoKeyState) -> Ordering
fn cmp(&self, other: &PageLockNoKeyState) -> 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 PageLockNoKeyState
impl PartialEq for PageLockNoKeyState
source§impl PartialOrd for PageLockNoKeyState
impl PartialOrd for PageLockNoKeyState
impl Copy for PageLockNoKeyState
impl Eq for PageLockNoKeyState
impl StructuralPartialEq for PageLockNoKeyState
Auto Trait Implementations§
impl Freeze for PageLockNoKeyState
impl RefUnwindSafe for PageLockNoKeyState
impl Send for PageLockNoKeyState
impl Sync for PageLockNoKeyState
impl Unpin for PageLockNoKeyState
impl UnwindSafe for PageLockNoKeyState
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)