pub struct MicroBenchImpl<Config: MicroBenchConfig> { /* private fields */ }
Expand description
Local state for microbenchmark.
Implementations§
Source§impl<Config: MicroBenchConfig> MicroBenchImpl<Config>
impl<Config: MicroBenchConfig> MicroBenchImpl<Config>
Trait Implementations§
Source§impl<Config: Debug + MicroBenchConfig> Debug for MicroBenchImpl<Config>
impl<Config: Debug + MicroBenchConfig> Debug for MicroBenchImpl<Config>
Source§impl<Config: MicroBenchConfig> Drop for MicroBenchImpl<Config>
impl<Config: MicroBenchConfig> Drop for MicroBenchImpl<Config>
Auto Trait Implementations§
impl<Config> Freeze for MicroBenchImpl<Config>
impl<Config> RefUnwindSafe for MicroBenchImpl<Config>where
Config: RefUnwindSafe,
impl<Config> Send for MicroBenchImpl<Config>where
Config: Send,
impl<Config> Sync for MicroBenchImpl<Config>where
Config: Sync,
impl<Config> Unpin for MicroBenchImpl<Config>where
Config: Unpin,
impl<Config> !UnwindSafe for MicroBenchImpl<Config>
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