pub struct PeakDetector { /* private fields */ }
Implementations
sourceimpl PeakDetector
impl PeakDetector
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PeakDetector
impl Send for PeakDetector
impl Sync for PeakDetector
impl Unpin for PeakDetector
impl UnwindSafe for PeakDetector
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more