Struct ring::aead::gcm::ContextInner
source · #[repr(C, align(16))]struct ContextInner {
Xi: Xi,
Htable: HTable,
}
Fields§
§Xi: Xi
§Htable: HTable
Auto Trait Implementations§
impl Freeze for ContextInner
impl RefUnwindSafe for ContextInner
impl Send for ContextInner
impl Sync for ContextInner
impl Unpin for ContextInner
impl UnwindSafe for ContextInner
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