#[repr(C)]pub struct gcm_ctx {
pub iv: nettle_block16,
pub ctr: nettle_block16,
pub x: nettle_block16,
pub auth_size: u64,
pub data_size: u64,
}
Fields§
§iv: nettle_block16
§ctr: nettle_block16
§x: nettle_block16
§auth_size: u64
§data_size: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for gcm_ctx
impl RefUnwindSafe for gcm_ctx
impl Send for gcm_ctx
impl Sync for gcm_ctx
impl Unpin for gcm_ctx
impl UnwindSafe for gcm_ctx
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