#[repr(transparent)]pub struct EnrollKeyUsages(pub u32);
Expand description
Required features: "Security_Cryptography_Certificates"
Tuple Fields
0: u32
Implementations
impl EnrollKeyUsages
impl EnrollKeyUsages
pub const None: Self = Self(0u32)
pub const Decryption: Self = Self(1u32)
pub const Signing: Self = Self(2u32)
pub const KeyAgreement: Self = Self(4u32)
pub const All: Self = Self(16777215u32)
Trait Implementations
impl Clone for EnrollKeyUsages
impl Clone for EnrollKeyUsages
impl Copy for EnrollKeyUsages
Auto Trait Implementations
impl RefUnwindSafe for EnrollKeyUsages
impl Send for EnrollKeyUsages
impl Sync for EnrollKeyUsages
impl Unpin for EnrollKeyUsages
impl UnwindSafe for EnrollKeyUsages
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more