Struct nettle_sys::sha3_256_ctx
source · #[repr(C)]pub struct sha3_256_ctx {
pub state: sha3_state,
pub index: c_uint,
pub block: [u8; 136],
}
Fields§
§state: sha3_state
§index: c_uint
§block: [u8; 136]
Trait Implementations§
source§impl Clone for sha3_256_ctx
impl Clone for sha3_256_ctx
source§fn clone(&self) -> sha3_256_ctx
fn clone(&self) -> sha3_256_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 sha3_256_ctx
impl Debug for sha3_256_ctx
impl Copy for sha3_256_ctx
Auto Trait Implementations§
impl RefUnwindSafe for sha3_256_ctx
impl Send for sha3_256_ctx
impl Sync for sha3_256_ctx
impl Unpin for sha3_256_ctx
impl UnwindSafe for sha3_256_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