#[repr(u32)]pub enum DelayType {
Fade = 0,
Lerp = 1,
None = 2,
}
Variants§
Trait Implementations§
Source§impl ReadableParameter for DelayType
impl ReadableParameter for DelayType
Source§fn get_parameter_string(dsp: Dsp, index: c_int) -> Result<Utf8CString>
fn get_parameter_string(dsp: Dsp, index: c_int) -> Result<Utf8CString>
Get the parameter string at
index
.Source§impl TryFromPrimitive for DelayType
impl TryFromPrimitive for DelayType
Source§impl WritableParameter for DelayType
impl WritableParameter for DelayType
impl Copy for DelayType
impl Eq for DelayType
impl StructuralPartialEq for DelayType
Auto Trait Implementations§
impl Freeze for DelayType
impl RefUnwindSafe for DelayType
impl Send for DelayType
impl Sync for DelayType
impl Unpin for DelayType
impl UnwindSafe for DelayType
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