Struct flipperzero_sys::furi::hal::crypto::FuriHalCryptoKey
source · [−]#[repr(C)]pub struct FuriHalCryptoKey { /* private fields */ }Expand description
Crypto key.
Trait 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 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for FuriHalCryptoKey
impl Debug for FuriHalCryptoKey
sourceimpl PartialEq<FuriHalCryptoKey> for FuriHalCryptoKey
impl PartialEq<FuriHalCryptoKey> for FuriHalCryptoKey
sourcefn eq(&self, other: &FuriHalCryptoKey) -> bool
fn eq(&self, other: &FuriHalCryptoKey) -> bool
impl Copy for FuriHalCryptoKey
impl Eq for FuriHalCryptoKey
impl StructuralEq for FuriHalCryptoKey
impl StructuralPartialEq 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