#[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 = Self(0i32)
pub const ConsentOnly: Self = Self(1i32)
pub const ConsentWithPassword: Self = Self(2i32)
pub const ConsentWithFingerprint: Self = Self(3i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more