pub(crate) struct Sha3State {
pub state: [u64; 25],
round_count: usize,
}Fields§
§state: [u64; 25]§round_count: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sha3State
impl RefUnwindSafe for Sha3State
impl Send for Sha3State
impl Sync for Sha3State
impl Unpin for Sha3State
impl UnwindSafe for Sha3State
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