#[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 Freeze for eax_key
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