#[repr(C)]pub struct gcm_key {
pub h: [nettle_block16; 256],
}
Fields§
§h: [nettle_block16; 256]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for gcm_key
impl RefUnwindSafe for gcm_key
impl Send for gcm_key
impl Sync for gcm_key
impl Unpin for gcm_key
impl UnwindSafe for gcm_key
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