Struct nettle_sys::ccm_ctx
source · #[repr(C)]pub struct ccm_ctx {
pub ctr: nettle_block16,
pub tag: nettle_block16,
pub blength: c_uint,
}
Fields§
§ctr: nettle_block16
§tag: nettle_block16
§blength: c_uint
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ccm_ctx
impl Send for ccm_ctx
impl Sync for ccm_ctx
impl Unpin for ccm_ctx
impl UnwindSafe for ccm_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