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