#[repr(C)]pub struct shake256_context {
pub opaque_contents: [u64; 26],
}
Fields§
§opaque_contents: [u64; 26]
Trait Implementations§
Source§impl Clone for shake256_context
impl Clone for shake256_context
Source§fn clone(&self) -> shake256_context
fn clone(&self) -> shake256_context
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 shake256_context
impl Debug for shake256_context
impl Copy for shake256_context
Auto Trait Implementations§
impl Freeze for shake256_context
impl RefUnwindSafe for shake256_context
impl Send for shake256_context
impl Sync for shake256_context
impl Unpin for shake256_context
impl UnwindSafe for shake256_context
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