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