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