#[repr(transparent)]pub struct RevocationAndRenewalReasons(pub u32);
Expand description
Required features: ‘Media_Protection’
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 Clone for RevocationAndRenewalReasons
impl Clone for RevocationAndRenewalReasons
impl Copy for RevocationAndRenewalReasons
Auto Trait Implementations
impl RefUnwindSafe for RevocationAndRenewalReasons
impl Send for RevocationAndRenewalReasons
impl Sync for RevocationAndRenewalReasons
impl Unpin for RevocationAndRenewalReasons
impl UnwindSafe for RevocationAndRenewalReasons
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more