#[repr(transparent)]pub struct SecureapprotectDisable(pub u32);
Expand description
Software disable SECUREAPPROTECT mechanism
Tuple Fields§
§0: u32
Implementations§
Source§impl SecureapprotectDisable
impl SecureapprotectDisable
Sourcepub const fn disable(&self) -> SecureapprotectDisableDisable
pub const fn disable(&self) -> SecureapprotectDisableDisable
Software disable SECUREAPPROTECT mechanism
Sourcepub fn set_disable(&mut self, val: SecureapprotectDisableDisable)
pub fn set_disable(&mut self, val: SecureapprotectDisableDisable)
Software disable SECUREAPPROTECT mechanism
Trait Implementations§
Source§impl Clone for SecureapprotectDisable
impl Clone for SecureapprotectDisable
Source§fn clone(&self) -> SecureapprotectDisable
fn clone(&self) -> SecureapprotectDisable
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 Default for SecureapprotectDisable
impl Default for SecureapprotectDisable
Source§fn default() -> SecureapprotectDisable
fn default() -> SecureapprotectDisable
Returns the “default value” for a type. Read more
Source§impl PartialEq for SecureapprotectDisable
impl PartialEq for SecureapprotectDisable
impl Copy for SecureapprotectDisable
impl Eq for SecureapprotectDisable
impl StructuralPartialEq for SecureapprotectDisable
Auto Trait Implementations§
impl Freeze for SecureapprotectDisable
impl RefUnwindSafe for SecureapprotectDisable
impl Send for SecureapprotectDisable
impl Sync for SecureapprotectDisable
impl Unpin for SecureapprotectDisable
impl UnwindSafe for SecureapprotectDisable
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
)