pub struct LazyParam {
sponge_state: SpongeState,
state: [Fp; 3],
last_squeezed: Fp,
string: &'static str,
}
Fields§
§sponge_state: SpongeState
§state: [Fp; 3]
§last_squeezed: Fp
§string: &'static str
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LazyParam
impl RefUnwindSafe for LazyParam
impl Send for LazyParam
impl Sync for LazyParam
impl Unpin for LazyParam
impl UnwindSafe for LazyParam
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