#[repr(u32)]pub enum ModeType {
Mono = 0,
Stereo = 1,
Surround = 2,
}
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 Mode
impl ReadableParameterIndex<ModeType> for Mode
Source§impl TryFromPrimitive for ModeType
impl TryFromPrimitive for ModeType
Source§impl WritableParameter for ModeType
impl WritableParameter for ModeType
Source§impl WritableParameterIndex<ModeType> for Mode
impl WritableParameterIndex<ModeType> for Mode
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