pub enum ArcStatus {
Inactive,
Hdmi,
Optical,
Analog,
}Expand description
The audio return channel a bay is carrying.
Variants§
Inactive
No audio is being returned.
Hdmi
Returned over HDMI.
Optical
Returned over optical.
Analog
Returned over analogue.
Trait Implementations§
impl Copy for ArcStatus
impl Eq for ArcStatus
Source§impl Ord for ArcStatus
impl Ord for ArcStatus
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for ArcStatus
impl PartialOrd for ArcStatus
impl StructuralPartialEq for ArcStatus
Auto Trait Implementations§
impl Freeze for ArcStatus
impl RefUnwindSafe for ArcStatus
impl Send for ArcStatus
impl Sync for ArcStatus
impl Unpin for ArcStatus
impl UnsafeUnpin for ArcStatus
impl UnwindSafe for ArcStatus
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