#[repr(C)]pub struct sha3_state {
pub saved: ulong64,
pub s: [ulong64; 25],
pub sb: [c_uchar; 200],
pub byte_index: c_ushort,
pub word_index: c_ushort,
pub capacity_words: c_ushort,
pub xof_flag: c_ushort,
}Fields§
§saved: ulong64§s: [ulong64; 25]§sb: [c_uchar; 200]§byte_index: c_ushort§word_index: c_ushort§capacity_words: c_ushort§xof_flag: c_ushortTrait Implementations§
Source§impl Clone for sha3_state
impl Clone for sha3_state
impl Copy for sha3_state
Auto Trait Implementations§
impl Freeze for sha3_state
impl RefUnwindSafe for sha3_state
impl Send for sha3_state
impl Sync for sha3_state
impl Unpin for sha3_state
impl UnwindSafe for sha3_state
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