#[repr(u32)]pub enum Output {
Default = 0,
AllMono = 1,
AllStereo = 2,
AllQuad = 3,
All5Point7 = 4,
All7Point1 = 5,
AllLFE = 6,
All7Point4 = 7,
}
Variants§
Default = 0
AllMono = 1
AllStereo = 2
AllQuad = 3
All5Point7 = 4
All7Point1 = 5
AllLFE = 6
All7Point4 = 7
Trait Implementations§
Source§impl ReadableParameter for Output
impl ReadableParameter for Output
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 Output
impl TryFromPrimitive for Output
Source§impl WritableParameter for Output
impl WritableParameter for Output
impl Copy for Output
impl Eq for Output
impl StructuralPartialEq for Output
Auto Trait Implementations§
impl Freeze for Output
impl RefUnwindSafe for Output
impl Send for Output
impl Sync for Output
impl Unpin for Output
impl UnwindSafe for Output
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