pub enum LevelMetersProgrammableMode {
AnalogOutput,
AdatAInput,
AdatAOutput,
AdatBInput,
AdatBOutput,
AesEbuInputOutput,
}Expand description
Mode of programmable meter display.
Variants§
AnalogOutput
For analog outputs.
AdatAInput
For ADAT A inputs.
AdatAOutput
For ADAT A outputs.
AdatBInput
For ADAT B inputs.
AdatBOutput
For ADAT B outputs.
AesEbuInputOutput
For AES/EBU inputs and outputs.
Trait Implementations§
Source§impl Clone for LevelMetersProgrammableMode
impl Clone for LevelMetersProgrammableMode
Source§fn clone(&self) -> LevelMetersProgrammableMode
fn clone(&self) -> LevelMetersProgrammableMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LevelMetersProgrammableMode
impl Debug for LevelMetersProgrammableMode
impl Copy for LevelMetersProgrammableMode
impl Eq for LevelMetersProgrammableMode
impl StructuralPartialEq for LevelMetersProgrammableMode
Auto Trait Implementations§
impl Freeze for LevelMetersProgrammableMode
impl RefUnwindSafe for LevelMetersProgrammableMode
impl Send for LevelMetersProgrammableMode
impl Sync for LevelMetersProgrammableMode
impl Unpin for LevelMetersProgrammableMode
impl UnwindSafe for LevelMetersProgrammableMode
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