Struct nettle_sys::eax_aes128_ctx
source · #[repr(C)]pub struct eax_aes128_ctx {
pub key: eax_key,
pub eax: eax_ctx,
pub cipher: aes128_ctx,
}
Fields§
§key: eax_key
§eax: eax_ctx
§cipher: aes128_ctx
Trait Implementations§
source§impl Clone for eax_aes128_ctx
impl Clone for eax_aes128_ctx
source§fn clone(&self) -> eax_aes128_ctx
fn clone(&self) -> eax_aes128_ctx
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for eax_aes128_ctx
Auto Trait Implementations§
impl RefUnwindSafe for eax_aes128_ctx
impl Send for eax_aes128_ctx
impl Sync for eax_aes128_ctx
impl Unpin for eax_aes128_ctx
impl UnwindSafe for eax_aes128_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