pub struct AdHeader { /* private fields */ }Expand description
The Associated Data (AD) header layout utilized during authenticating AES-CCM blocks.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AdHeader
impl RefUnwindSafe for AdHeader
impl Send for AdHeader
impl Sync for AdHeader
impl Unpin for AdHeader
impl UnsafeUnpin for AdHeader
impl UnwindSafe for AdHeader
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