pub enum VideoChannelSpecifier {
Stereo,
Mono,
}Expand description
Indicates whether some video content is stereoscopic or not.
Variants§
Trait Implementations§
Source§impl Clone for VideoChannelSpecifier
impl Clone for VideoChannelSpecifier
Source§fn clone(&self) -> VideoChannelSpecifier
fn clone(&self) -> VideoChannelSpecifier
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 VideoChannelSpecifier
impl Debug for VideoChannelSpecifier
Source§impl PartialEq for VideoChannelSpecifier
impl PartialEq for VideoChannelSpecifier
impl Eq for VideoChannelSpecifier
impl StructuralPartialEq for VideoChannelSpecifier
Auto Trait Implementations§
impl Freeze for VideoChannelSpecifier
impl RefUnwindSafe for VideoChannelSpecifier
impl Send for VideoChannelSpecifier
impl Sync for VideoChannelSpecifier
impl Unpin for VideoChannelSpecifier
impl UnwindSafe for VideoChannelSpecifier
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