#[repr(u8)]pub enum Sleepdeeps {
SecureAndNonSecure = 0,
SecureOnly = 1,
}Variants§
SecureAndNonSecure = 0
The SLEEPDEEP bit is accessible from both Security states.
SecureOnly = 1
The SLEEPDEEP bit behaves as RAZ/WI when accessed from the Non-secure state.
Implementations§
Source§impl Sleepdeeps
impl Sleepdeeps
Trait Implementations§
Source§impl Clone for Sleepdeeps
impl Clone for Sleepdeeps
Source§fn clone(&self) -> Sleepdeeps
fn clone(&self) -> Sleepdeeps
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 Sleepdeeps
impl Debug for Sleepdeeps
Source§impl From<Sleepdeeps> for u8
impl From<Sleepdeeps> for u8
Source§fn from(val: Sleepdeeps) -> u8
fn from(val: Sleepdeeps) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Sleepdeeps
impl From<u8> for Sleepdeeps
Source§fn from(val: u8) -> Sleepdeeps
fn from(val: u8) -> Sleepdeeps
Converts to this type from the input type.
Source§impl Ord for Sleepdeeps
impl Ord for Sleepdeeps
Source§fn cmp(&self, other: &Sleepdeeps) -> Ordering
fn cmp(&self, other: &Sleepdeeps) -> 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 Sleepdeeps
impl PartialEq for Sleepdeeps
Source§impl PartialOrd for Sleepdeeps
impl PartialOrd for Sleepdeeps
impl Copy for Sleepdeeps
impl Eq for Sleepdeeps
impl StructuralPartialEq for Sleepdeeps
Auto Trait Implementations§
impl Freeze for Sleepdeeps
impl RefUnwindSafe for Sleepdeeps
impl Send for Sleepdeeps
impl Sync for Sleepdeeps
impl Unpin for Sleepdeeps
impl UnwindSafe for Sleepdeeps
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