#[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
pub const Decryption: Self
pub const Signing: Self
pub const KeyAgreement: Self
pub const All: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more