#[repr(C)]pub struct ccm_aes192_ctx {
pub ccm: ccm_ctx,
pub cipher: aes192_ctx,
}
Fields§
§ccm: ccm_ctx
§cipher: aes192_ctx
Trait Implementations§
Source§impl Clone for ccm_aes192_ctx
impl Clone for ccm_aes192_ctx
Source§fn clone(&self) -> ccm_aes192_ctx
fn clone(&self) -> ccm_aes192_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 ccm_aes192_ctx
Auto Trait Implementations§
impl Freeze for ccm_aes192_ctx
impl RefUnwindSafe for ccm_aes192_ctx
impl Send for ccm_aes192_ctx
impl Sync for ccm_aes192_ctx
impl Unpin for ccm_aes192_ctx
impl UnwindSafe for ccm_aes192_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