Struct flipperzero_sys::FuriHalCryptoKey
source · #[repr(C)]pub struct FuriHalCryptoKey {
pub type_: FuriHalCryptoKeyType,
pub size: FuriHalCryptoKeySize,
pub data: *mut u8,
}Expand description
FuriHalCryptoKey
Fields§
§type_: FuriHalCryptoKeyType§size: FuriHalCryptoKeySize§data: *mut u8Trait Implementations§
source§impl Clone for FuriHalCryptoKey
impl Clone for FuriHalCryptoKey
source§fn clone(&self) -> FuriHalCryptoKey
fn clone(&self) -> FuriHalCryptoKey
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more