Struct nettle_sys::eax_key
source · #[repr(C)]pub struct eax_key {
pub pad_block: nettle_block16,
pub pad_partial: nettle_block16,
}
Fields§
§pad_block: nettle_block16
§pad_partial: nettle_block16
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for eax_key
impl Send for eax_key
impl Sync for eax_key
impl Unpin for eax_key
impl UnwindSafe for eax_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