#[repr(transparent)]pub struct KeyProtectionLevel(pub i32);
Expand description
Required features: ‘Security_Cryptography_Certificates’
Tuple Fields
0: i32
Implementations
impl KeyProtectionLevel
impl KeyProtectionLevel
pub const NoConsent: Self
pub const ConsentOnly: Self
pub const ConsentWithPassword: Self
pub const ConsentWithFingerprint: Self
Trait Implementations
impl Clone for KeyProtectionLevel
impl Clone for KeyProtectionLevel
impl Copy for KeyProtectionLevel
Auto Trait Implementations
impl RefUnwindSafe for KeyProtectionLevel
impl Send for KeyProtectionLevel
impl Sync for KeyProtectionLevel
impl Unpin for KeyProtectionLevel
impl UnwindSafe for KeyProtectionLevel
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