pub struct Poseidon2BenchResult {
pub name: String,
pub avg_time_ms: f64,
pub throughput_gops: f64,
}Fields§
§name: String§avg_time_ms: f64§throughput_gops: f64Trait Implementations§
Source§impl Clone for Poseidon2BenchResult
impl Clone for Poseidon2BenchResult
Source§fn clone(&self) -> Poseidon2BenchResult
fn clone(&self) -> Poseidon2BenchResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for Poseidon2BenchResult
impl RefUnwindSafe for Poseidon2BenchResult
impl Send for Poseidon2BenchResult
impl Sync for Poseidon2BenchResult
impl Unpin for Poseidon2BenchResult
impl UnsafeUnpin for Poseidon2BenchResult
impl UnwindSafe for Poseidon2BenchResult
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