Struct windows::Media::Protection::RevocationAndRenewalReasons
#[repr(transparent)]pub struct RevocationAndRenewalReasons(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl RevocationAndRenewalReasons
impl RevocationAndRenewalReasons
pub const UserModeComponentLoad: Self = _
pub const KernelModeComponentLoad: Self = _
pub const AppComponent: Self = _
pub const GlobalRevocationListLoadFailed: Self = _
pub const InvalidGlobalRevocationListSignature: Self = _
pub const GlobalRevocationListAbsent: Self = _
pub const ComponentRevoked: Self = _
pub const InvalidComponentCertificateExtendedKeyUse: Self = _
pub const ComponentCertificateRevoked: Self = _
pub const InvalidComponentCertificateRoot: Self = _
pub const ComponentHighSecurityCertificateRevoked: Self = _
pub const ComponentLowSecurityCertificateRevoked: Self = _
pub const BootDriverVerificationFailed: Self = _
pub const ComponentSignedWithTestCertificate: Self = _
pub const EncryptionFailure: Self = _
Trait Implementations§
§impl BitAnd for RevocationAndRenewalReasons
impl BitAnd for RevocationAndRenewalReasons
§impl BitAndAssign for RevocationAndRenewalReasons
impl BitAndAssign for RevocationAndRenewalReasons
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for RevocationAndRenewalReasons
impl BitOr for RevocationAndRenewalReasons
§impl BitOrAssign for RevocationAndRenewalReasons
impl BitOrAssign for RevocationAndRenewalReasons
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for RevocationAndRenewalReasons
impl Clone for RevocationAndRenewalReasons
§fn clone(&self) -> RevocationAndRenewalReasons
fn clone(&self) -> RevocationAndRenewalReasons
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 Debug for RevocationAndRenewalReasons
impl Debug for RevocationAndRenewalReasons
§impl Default for RevocationAndRenewalReasons
impl Default for RevocationAndRenewalReasons
§fn default() -> RevocationAndRenewalReasons
fn default() -> RevocationAndRenewalReasons
Returns the “default value” for a type. Read more
§impl Not for RevocationAndRenewalReasons
impl Not for RevocationAndRenewalReasons
§impl PartialEq for RevocationAndRenewalReasons
impl PartialEq for RevocationAndRenewalReasons
§fn eq(&self, other: &RevocationAndRenewalReasons) -> bool
fn eq(&self, other: &RevocationAndRenewalReasons) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RevocationAndRenewalReasons
impl Eq for RevocationAndRenewalReasons
impl StructuralPartialEq for RevocationAndRenewalReasons
Auto Trait Implementations§
impl Freeze for RevocationAndRenewalReasons
impl RefUnwindSafe for RevocationAndRenewalReasons
impl Send for RevocationAndRenewalReasons
impl Sync for RevocationAndRenewalReasons
impl Unpin for RevocationAndRenewalReasons
impl UnwindSafe for RevocationAndRenewalReasons
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)