Struct test::bench::BenchSamples
source · pub struct BenchSamples {
pub ns_iter_summ: Summary,
pub mb_s: usize,
}
🔬This is a nightly-only experimental API. (
test
)Fields§
§ns_iter_summ: Summary
🔬This is a nightly-only experimental API. (
§test
)mb_s: usize
🔬This is a nightly-only experimental API. (
test
)Trait Implementations§
source§impl Clone for BenchSamples
impl Clone for BenchSamples
source§fn clone(&self) -> BenchSamples
fn clone(&self) -> BenchSamples
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 BenchSamples
impl Debug for BenchSamples
source§impl PartialEq for BenchSamples
impl PartialEq for BenchSamples
impl StructuralPartialEq for BenchSamples
Auto Trait Implementations§
impl Freeze for BenchSamples
impl RefUnwindSafe for BenchSamples
impl Send for BenchSamples
impl Sync for BenchSamples
impl Unpin for BenchSamples
impl UnwindSafe for BenchSamples
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)