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_: FuriHalCryptoKeyTypesize: FuriHalCryptoKeySizedata: *mut u8Trait Implementations
sourceimpl Clone for FuriHalCryptoKey
impl Clone for FuriHalCryptoKey
sourcefn clone(&self) -> FuriHalCryptoKey
fn clone(&self) -> FuriHalCryptoKey
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for FuriHalCryptoKey
impl Debug for FuriHalCryptoKey
impl Copy for FuriHalCryptoKey
Auto Trait Implementations
impl RefUnwindSafe for FuriHalCryptoKey
impl !Send for FuriHalCryptoKey
impl !Sync for FuriHalCryptoKey
impl Unpin for FuriHalCryptoKey
impl UnwindSafe for FuriHalCryptoKey
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