#[repr(C)]pub struct eax_state {
pub N: [c_uchar; 128],
pub ctr: symmetric_CTR,
pub headeromac: omac_state,
pub ctomac: omac_state,
}
Fields§
§N: [c_uchar; 128]
§ctr: symmetric_CTR
§headeromac: omac_state
§ctomac: omac_state
Trait Implementations§
Auto Trait Implementations§
impl Freeze for eax_state
impl RefUnwindSafe for eax_state
impl !Send for eax_state
impl !Sync for eax_state
impl Unpin for eax_state
impl UnwindSafe for eax_state
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