#[repr(C)]pub struct ccm_context {
pub cipher_ctx: cipher_context_t,
}Fields§
§cipher_ctx: cipher_context_tTrait Implementations§
Source§impl Clone for ccm_context
impl Clone for ccm_context
Source§fn clone(&self) -> ccm_context
fn clone(&self) -> ccm_context
Returns a duplicate 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 moreSource§impl Default for ccm_context
impl Default for ccm_context
impl Copy for ccm_context
Auto Trait Implementations§
impl Freeze for ccm_context
impl RefUnwindSafe for ccm_context
impl !Send for ccm_context
impl !Sync for ccm_context
impl Unpin for ccm_context
impl UnwindSafe for ccm_context
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