pub struct DecayTime;Trait Implementations§
Source§impl ReadableParameterIndex<f32> for DecayTime
impl ReadableParameterIndex<f32> for DecayTime
Source§impl WritableParameterIndex<f32> for DecayTime
impl WritableParameterIndex<f32> for DecayTime
impl Copy for DecayTime
Auto Trait Implementations§
impl Freeze for DecayTime
impl RefUnwindSafe for DecayTime
impl Send for DecayTime
impl Sync for DecayTime
impl Unpin for DecayTime
impl UnwindSafe for DecayTime
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