pub struct AESGCM256(pub GenericArray<AESGCMState, U15>);Tuple Fields§
§0: GenericArray<AESGCMState, U15>Trait Implementations§
Source§impl AESGCMCipher for AESGCM256
impl AESGCMCipher for AESGCM256
impl Copy for AESGCM256
Auto Trait Implementations§
impl Freeze for AESGCM256
impl RefUnwindSafe for AESGCM256
impl Send for AESGCM256
impl Sync for AESGCM256
impl Unpin for AESGCM256
impl UnwindSafe for AESGCM256
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