pub struct METRIC_MIXER_AVERAGE_DELAY { /* private fields */ }
Trait Implementations§
Source§impl Deref for METRIC_MIXER_AVERAGE_DELAY
impl Deref for METRIC_MIXER_AVERAGE_DELAY
impl LazyStatic for METRIC_MIXER_AVERAGE_DELAY
Auto Trait Implementations§
impl Freeze for METRIC_MIXER_AVERAGE_DELAY
impl RefUnwindSafe for METRIC_MIXER_AVERAGE_DELAY
impl Send for METRIC_MIXER_AVERAGE_DELAY
impl Sync for METRIC_MIXER_AVERAGE_DELAY
impl Unpin for METRIC_MIXER_AVERAGE_DELAY
impl UnwindSafe for METRIC_MIXER_AVERAGE_DELAY
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