#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FuriHalCryptoGCMState
Source§impl Debug for FuriHalCryptoGCMState
impl Debug for FuriHalCryptoGCMState
impl Eq for FuriHalCryptoGCMState
Source§impl Hash for FuriHalCryptoGCMState
impl Hash for FuriHalCryptoGCMState
Source§impl PartialEq for FuriHalCryptoGCMState
impl PartialEq for FuriHalCryptoGCMState
Source§fn eq(&self, other: &FuriHalCryptoGCMState) -> bool
fn eq(&self, other: &FuriHalCryptoGCMState) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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