pub struct AESGCMState(pub [u16; 8]);Tuple Fields§
§0: [u16; 8]Trait Implementations§
Source§impl Clone for AESGCMState
impl Clone for AESGCMState
Source§fn clone(&self) -> AESGCMState
fn clone(&self) -> AESGCMState
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 AESGCMState
impl Debug for AESGCMState
Source§impl Default for AESGCMState
impl Default for AESGCMState
Source§fn default() -> AESGCMState
fn default() -> AESGCMState
Returns the “default value” for a type. Read more
impl Copy for AESGCMState
Auto Trait Implementations§
impl Freeze for AESGCMState
impl RefUnwindSafe for AESGCMState
impl Send for AESGCMState
impl Sync for AESGCMState
impl Unpin for AESGCMState
impl UnwindSafe for AESGCMState
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