#[repr(C)]pub struct eax_ctx {
pub omac_nonce: nettle_block16,
pub omac_data: nettle_block16,
pub omac_message: nettle_block16,
pub ctr: nettle_block16,
}
Fields§
§omac_nonce: nettle_block16
§omac_data: nettle_block16
§omac_message: nettle_block16
§ctr: nettle_block16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for eax_ctx
impl RefUnwindSafe for eax_ctx
impl Send for eax_ctx
impl Sync for eax_ctx
impl Unpin for eax_ctx
impl UnwindSafe for eax_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