pub enum AssignTarget {
Analog01,
Analog23,
Analog56,
Analog78,
AdatA01,
AdatA23,
AdatA45,
AdatA67,
Spdif01,
}Expand description
Target of output assignment.
Variants§
Analog01
Audio signal to analog output 1/2.
Analog23
Audio signal to analog output 3/4.
Analog56
Audio signal to analog output 5/6.
Analog78
Audio signal to analog output 7/8.
AdatA01
Audio signal to ADAT output 1/2.
AdatA23
Audio signal to ADAT output 3/4.
AdatA45
Audio signal to ADAT output 5/6.
AdatA67
Audio signal to ADAT output 7/8.
Spdif01
Audio signal to S/PDIF output 1/2.
Trait Implementations§
source§impl Clone for AssignTarget
impl Clone for AssignTarget
source§fn clone(&self) -> AssignTarget
fn clone(&self) -> AssignTarget
Returns a copy 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 AssignTarget
impl Debug for AssignTarget
source§impl Default for AssignTarget
impl Default for AssignTarget
source§impl PartialEq for AssignTarget
impl PartialEq for AssignTarget
source§fn eq(&self, other: &AssignTarget) -> bool
fn eq(&self, other: &AssignTarget) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for AssignTarget
impl Eq for AssignTarget
impl StructuralEq for AssignTarget
impl StructuralPartialEq for AssignTarget
Auto Trait Implementations§
impl RefUnwindSafe for AssignTarget
impl Send for AssignTarget
impl Sync for AssignTarget
impl Unpin for AssignTarget
impl UnwindSafe for AssignTarget
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