Struct ctr::flavors::ctr64::CtrNonce64
source · pub struct CtrNonce64<N: ArrayLength<u64>> {
ctr: u64,
nonce: GenericArray<u64, N>,
}
Fields§
§ctr: u64
§nonce: GenericArray<u64, N>
Trait Implementations§
source§impl<N: Clone + ArrayLength<u64>> Clone for CtrNonce64<N>
impl<N: Clone + ArrayLength<u64>> Clone for CtrNonce64<N>
source§fn clone(&self) -> CtrNonce64<N>
fn clone(&self) -> CtrNonce64<N>
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 moreAuto Trait Implementations§
impl<N> Freeze for CtrNonce64<N>
impl<N> RefUnwindSafe for CtrNonce64<N>
impl<N> Send for CtrNonce64<N>
impl<N> Sync for CtrNonce64<N>
impl<N> Unpin for CtrNonce64<N>
impl<N> UnwindSafe for CtrNonce64<N>
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