Struct nettle_sys::salsa20_ctx
source · #[repr(C)]pub struct salsa20_ctx {
pub input: [u32; 16],
}
Fields§
§input: [u32; 16]
Trait Implementations§
source§impl Clone for salsa20_ctx
impl Clone for salsa20_ctx
source§fn clone(&self) -> salsa20_ctx
fn clone(&self) -> salsa20_ctx
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 Debug for salsa20_ctx
impl Debug for salsa20_ctx
impl Copy for salsa20_ctx
Auto Trait Implementations§
impl RefUnwindSafe for salsa20_ctx
impl Send for salsa20_ctx
impl Sync for salsa20_ctx
impl Unpin for salsa20_ctx
impl UnwindSafe for salsa20_ctx
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