#[repr(u32)]pub enum ModeType {
Disabled = 0,
CompressUp = 1,
CompressDown = 2,
ExpandUp = 3,
ExpandDown = 4,
}
Available on
fmod_2_3
only.Variants§
Trait Implementations§
Source§impl ReadableParameter for ModeType
impl ReadableParameter for ModeType
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 ReadableParameterIndex<ModeType> for ModeA
impl ReadableParameterIndex<ModeType> for ModeA
Source§impl ReadableParameterIndex<ModeType> for ModeB
impl ReadableParameterIndex<ModeType> for ModeB
Source§impl ReadableParameterIndex<ModeType> for ModeC
impl ReadableParameterIndex<ModeType> for ModeC
Source§impl TryFromPrimitive for ModeType
impl TryFromPrimitive for ModeType
Source§impl WritableParameter for ModeType
impl WritableParameter for ModeType
Source§impl WritableParameterIndex<ModeType> for ModeA
impl WritableParameterIndex<ModeType> for ModeA
Source§impl WritableParameterIndex<ModeType> for ModeB
impl WritableParameterIndex<ModeType> for ModeB
Source§impl WritableParameterIndex<ModeType> for ModeC
impl WritableParameterIndex<ModeType> for ModeC
impl Copy for ModeType
impl Eq for ModeType
impl StructuralPartialEq for ModeType
Auto Trait Implementations§
impl Freeze for ModeType
impl RefUnwindSafe for ModeType
impl Send for ModeType
impl Sync for ModeType
impl Unpin for ModeType
impl UnwindSafe for ModeType
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