#[repr(transparent)]pub struct ChachaSwReset(pub u32);
Expand description
Reset the CHACHA engine.
Tuple Fields§
§0: u32
Implementations§
Source§impl ChachaSwReset
impl ChachaSwReset
Trait Implementations§
Source§impl Clone for ChachaSwReset
impl Clone for ChachaSwReset
Source§fn clone(&self) -> ChachaSwReset
fn clone(&self) -> ChachaSwReset
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 moreSource§impl Default for ChachaSwReset
impl Default for ChachaSwReset
Source§fn default() -> ChachaSwReset
fn default() -> ChachaSwReset
Returns the “default value” for a type. Read more
Source§impl PartialEq for ChachaSwReset
impl PartialEq for ChachaSwReset
impl Copy for ChachaSwReset
impl Eq for ChachaSwReset
impl StructuralPartialEq for ChachaSwReset
Auto Trait Implementations§
impl Freeze for ChachaSwReset
impl RefUnwindSafe for ChachaSwReset
impl Send for ChachaSwReset
impl Sync for ChachaSwReset
impl Unpin for ChachaSwReset
impl UnwindSafe for ChachaSwReset
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)