Enum PermmaskSecattr
#[repr(u8)]pub enum PermmaskSecattr {
MASKED = 0,
UN_MASKED = 1,
}
Variants§
MASKED = 0
Permission setting SECATTR in OVERRIDE register will not be applied
UN_MASKED = 1
Permission setting SECATTR in OVERRIDE register will be applied
Implementations§
§impl PermmaskSecattr
impl PermmaskSecattr
pub const fn from_bits(val: u8) -> PermmaskSecattr
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for PermmaskSecattr
impl Clone for PermmaskSecattr
§fn clone(&self) -> PermmaskSecattr
fn clone(&self) -> PermmaskSecattr
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 more§impl From<u8> for PermmaskSecattr
impl From<u8> for PermmaskSecattr
§fn from(val: u8) -> PermmaskSecattr
fn from(val: u8) -> PermmaskSecattr
Converts to this type from the input type.
§impl Ord for PermmaskSecattr
impl Ord for PermmaskSecattr
§impl PartialEq for PermmaskSecattr
impl PartialEq for PermmaskSecattr
§impl PartialOrd for PermmaskSecattr
impl PartialOrd for PermmaskSecattr
impl Copy for PermmaskSecattr
impl Eq for PermmaskSecattr
impl StructuralPartialEq for PermmaskSecattr
Auto Trait Implementations§
impl Freeze for PermmaskSecattr
impl RefUnwindSafe for PermmaskSecattr
impl Send for PermmaskSecattr
impl Sync for PermmaskSecattr
impl Unpin for PermmaskSecattr
impl UnwindSafe for PermmaskSecattr
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
)