pub enum Arm64NoExecute {
Off,
UserOnly,
PrivilegedOnly,
Full,
}
Variants§
Trait Implementations§
Source§impl Clone for Arm64NoExecute
impl Clone for Arm64NoExecute
Source§fn clone(&self) -> Arm64NoExecute
fn clone(&self) -> Arm64NoExecute
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 Debug for Arm64NoExecute
impl Debug for Arm64NoExecute
impl Copy for Arm64NoExecute
Auto Trait Implementations§
impl Freeze for Arm64NoExecute
impl RefUnwindSafe for Arm64NoExecute
impl Send for Arm64NoExecute
impl Sync for Arm64NoExecute
impl Unpin for Arm64NoExecute
impl UnwindSafe for Arm64NoExecute
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