#[repr(C)]pub struct CK_SALSA20_PARAMS {
pub pBlockCounter: *mut CK_BYTE,
pub pNonce: *mut CK_BYTE,
pub ulNonceBits: CK_ULONG,
}Fields§
§pBlockCounter: *mut CK_BYTE§pNonce: *mut CK_BYTE§ulNonceBits: CK_ULONGTrait Implementations§
Source§impl Clone for CK_SALSA20_PARAMS
impl Clone for CK_SALSA20_PARAMS
Source§fn clone(&self) -> CK_SALSA20_PARAMS
fn clone(&self) -> CK_SALSA20_PARAMS
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CK_SALSA20_PARAMS
impl Debug for CK_SALSA20_PARAMS
Source§impl Default for CK_SALSA20_PARAMS
impl Default for CK_SALSA20_PARAMS
impl Copy for CK_SALSA20_PARAMS
Auto Trait Implementations§
impl Freeze for CK_SALSA20_PARAMS
impl RefUnwindSafe for CK_SALSA20_PARAMS
impl !Send for CK_SALSA20_PARAMS
impl !Sync for CK_SALSA20_PARAMS
impl Unpin for CK_SALSA20_PARAMS
impl UnwindSafe for CK_SALSA20_PARAMS
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)