#[repr(transparent)]pub struct CtxCtr(pub u32);Expand description
AES Counter Word
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for CtxCtr
impl Eq for CtxCtr
impl StructuralPartialEq for CtxCtr
Auto Trait Implementations§
impl Freeze for CtxCtr
impl RefUnwindSafe for CtxCtr
impl Send for CtxCtr
impl Sync for CtxCtr
impl Unpin for CtxCtr
impl UnwindSafe for CtxCtr
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