#[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 duplicate 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