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