Enum flipperzero_sys::furi::hal::crypto::FuriHalCryptoKeyType
source · [−]#[repr(C)]
pub enum FuriHalCryptoKeyType {
Master,
Simple,
Encrypted,
}Expand description
Key type.
Variants
Master
Master key
Simple
Simple encrypted key
Encrypted
Encrypted with Master key
Trait Implementations
sourceimpl Clone for FuriHalCryptoKeyType
impl Clone for FuriHalCryptoKeyType
sourcefn clone(&self) -> FuriHalCryptoKeyType
fn clone(&self) -> FuriHalCryptoKeyType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for FuriHalCryptoKeyType
impl Debug for FuriHalCryptoKeyType
sourceimpl PartialEq<FuriHalCryptoKeyType> for FuriHalCryptoKeyType
impl PartialEq<FuriHalCryptoKeyType> for FuriHalCryptoKeyType
sourcefn eq(&self, other: &FuriHalCryptoKeyType) -> bool
fn eq(&self, other: &FuriHalCryptoKeyType) -> bool
impl Copy for FuriHalCryptoKeyType
impl Eq for FuriHalCryptoKeyType
impl StructuralEq for FuriHalCryptoKeyType
impl StructuralPartialEq for FuriHalCryptoKeyType
Auto Trait Implementations
impl RefUnwindSafe for FuriHalCryptoKeyType
impl Send for FuriHalCryptoKeyType
impl Sync for FuriHalCryptoKeyType
impl Unpin for FuriHalCryptoKeyType
impl UnwindSafe for FuriHalCryptoKeyType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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