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 moresource§impl Debug for FuriHalCryptoKey
impl Debug for FuriHalCryptoKey
impl Copy for FuriHalCryptoKey
Auto Trait Implementations§
impl Freeze for FuriHalCryptoKey
impl RefUnwindSafe for FuriHalCryptoKey
impl !Send for FuriHalCryptoKey
impl !Sync for FuriHalCryptoKey
impl Unpin for FuriHalCryptoKey
impl UnwindSafe for FuriHalCryptoKey
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)