pub struct ScratchPerformanceSnapshot { /* private fields */ }Expand description
Stores all helper state that can affect later audible gain.
Trait Implementations§
Source§impl Clone for ScratchPerformanceSnapshot
impl Clone for ScratchPerformanceSnapshot
Source§fn clone(&self) -> ScratchPerformanceSnapshot
fn clone(&self) -> ScratchPerformanceSnapshot
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 moreimpl Copy for ScratchPerformanceSnapshot
Source§impl Debug for ScratchPerformanceSnapshot
impl Debug for ScratchPerformanceSnapshot
Source§impl<'de> Deserialize<'de> for ScratchPerformanceSnapshot
impl<'de> Deserialize<'de> for ScratchPerformanceSnapshot
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for ScratchPerformanceSnapshot
Auto Trait Implementations§
impl Freeze for ScratchPerformanceSnapshot
impl RefUnwindSafe for ScratchPerformanceSnapshot
impl Send for ScratchPerformanceSnapshot
impl Sync for ScratchPerformanceSnapshot
impl Unpin for ScratchPerformanceSnapshot
impl UnsafeUnpin for ScratchPerformanceSnapshot
impl UnwindSafe for ScratchPerformanceSnapshot
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