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