#[repr(C)]pub struct Hacl_Streaming_Keccak_hash_buf_s {
pub fst: Spec_Hash_Definitions_hash_alg,
pub snd: *mut u64,
}
Fields§
§fst: Spec_Hash_Definitions_hash_alg
§snd: *mut u64
Trait Implementations§
source§impl Clone for Hacl_Streaming_Keccak_hash_buf_s
impl Clone for Hacl_Streaming_Keccak_hash_buf_s
source§fn clone(&self) -> Hacl_Streaming_Keccak_hash_buf_s
fn clone(&self) -> Hacl_Streaming_Keccak_hash_buf_s
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 moreimpl Copy for Hacl_Streaming_Keccak_hash_buf_s
Auto Trait Implementations§
impl RefUnwindSafe for Hacl_Streaming_Keccak_hash_buf_s
impl !Send for Hacl_Streaming_Keccak_hash_buf_s
impl !Sync for Hacl_Streaming_Keccak_hash_buf_s
impl Unpin for Hacl_Streaming_Keccak_hash_buf_s
impl UnwindSafe for Hacl_Streaming_Keccak_hash_buf_s
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