#[repr(transparent)]pub struct FuriHalCryptoKeyType(pub c_uchar);Expand description
FuriHalCryptoKey Type
Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for FuriHalCryptoKeyType
impl Clone for FuriHalCryptoKeyType
Source§fn clone(&self) -> FuriHalCryptoKeyType
fn clone(&self) -> FuriHalCryptoKeyType
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 FuriHalCryptoKeyType
impl Debug for FuriHalCryptoKeyType
Source§impl Hash for FuriHalCryptoKeyType
impl Hash for FuriHalCryptoKeyType
Source§impl PartialEq for FuriHalCryptoKeyType
impl PartialEq for FuriHalCryptoKeyType
impl Copy for FuriHalCryptoKeyType
impl Eq for FuriHalCryptoKeyType
impl StructuralPartialEq for FuriHalCryptoKeyType
Auto Trait Implementations§
impl Freeze for FuriHalCryptoKeyType
impl RefUnwindSafe for FuriHalCryptoKeyType
impl Send for FuriHalCryptoKeyType
impl Sync for FuriHalCryptoKeyType
impl Unpin for FuriHalCryptoKeyType
impl UnwindSafe for FuriHalCryptoKeyType
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