#[repr(transparent)]pub struct SecureapprotectDisableDisable(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl SecureapprotectDisableDisable
impl SecureapprotectDisableDisable
Sourcepub const SW_UNPROTECTED: Self = _
pub const SW_UNPROTECTED: Self = _
Software disable SECUREAPPROTECT mechanism
Trait Implementations§
Source§impl Clone for SecureapprotectDisableDisable
impl Clone for SecureapprotectDisableDisable
Source§fn clone(&self) -> SecureapprotectDisableDisable
fn clone(&self) -> SecureapprotectDisableDisable
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<SecureapprotectDisableDisable> for u8
impl From<SecureapprotectDisableDisable> for u8
Source§fn from(val: SecureapprotectDisableDisable) -> u8
fn from(val: SecureapprotectDisableDisable) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SecureapprotectDisableDisable
impl From<u8> for SecureapprotectDisableDisable
Source§fn from(val: u8) -> SecureapprotectDisableDisable
fn from(val: u8) -> SecureapprotectDisableDisable
Converts to this type from the input type.
Source§impl Ord for SecureapprotectDisableDisable
impl Ord for SecureapprotectDisableDisable
Source§fn cmp(&self, other: &SecureapprotectDisableDisable) -> Ordering
fn cmp(&self, other: &SecureapprotectDisableDisable) -> 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 SecureapprotectDisableDisable
impl PartialEq for SecureapprotectDisableDisable
Source§fn eq(&self, other: &SecureapprotectDisableDisable) -> bool
fn eq(&self, other: &SecureapprotectDisableDisable) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for SecureapprotectDisableDisable
impl PartialOrd for SecureapprotectDisableDisable
impl Copy for SecureapprotectDisableDisable
impl Eq for SecureapprotectDisableDisable
impl StructuralPartialEq for SecureapprotectDisableDisable
Auto Trait Implementations§
impl Freeze for SecureapprotectDisableDisable
impl RefUnwindSafe for SecureapprotectDisableDisable
impl Send for SecureapprotectDisableDisable
impl Sync for SecureapprotectDisableDisable
impl Unpin for SecureapprotectDisableDisable
impl UnwindSafe for SecureapprotectDisableDisable
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
)