pub enum RateConvertTarget {
Disabled,
SpdifOpticalOutputPair0,
SpdifCoaxialOutputPair0,
SpdifOpticalInputPair0,
SpdifCoaxialInputPair0,
}
Expand description
The target to convert sample rate.
Variants§
Disabled
Disabled.
SpdifOpticalOutputPair0
The pair of S/PDIF output in optical interface.
SpdifCoaxialOutputPair0
The pair of S/PDIF output in coaxial interface.
SpdifOpticalInputPair0
The pair of S/PDIF input in optical interface.
SpdifCoaxialInputPair0
The pair of S/PDIF input in coaxial interface.
Trait Implementations§
Source§impl Clone for RateConvertTarget
impl Clone for RateConvertTarget
Source§fn clone(&self) -> RateConvertTarget
fn clone(&self) -> RateConvertTarget
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RateConvertTarget
impl Debug for RateConvertTarget
Source§impl Default for RateConvertTarget
impl Default for RateConvertTarget
Source§impl PartialEq for RateConvertTarget
impl PartialEq for RateConvertTarget
impl Copy for RateConvertTarget
impl Eq for RateConvertTarget
impl StructuralPartialEq for RateConvertTarget
Auto Trait Implementations§
impl Freeze for RateConvertTarget
impl RefUnwindSafe for RateConvertTarget
impl Send for RateConvertTarget
impl Sync for RateConvertTarget
impl Unpin for RateConvertTarget
impl UnwindSafe for RateConvertTarget
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