pub(crate) enum OutputFormatKind {
Y4m,
RawVideoRgb,
}Variants§
Trait Implementations§
Source§impl Clone for OutputFormatKind
impl Clone for OutputFormatKind
Source§fn clone(&self) -> OutputFormatKind
fn clone(&self) -> OutputFormatKind
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 OutputFormatKind
impl Debug for OutputFormatKind
Source§impl PartialEq for OutputFormatKind
impl PartialEq for OutputFormatKind
impl Copy for OutputFormatKind
impl Eq for OutputFormatKind
impl StructuralPartialEq for OutputFormatKind
Auto Trait Implementations§
impl Freeze for OutputFormatKind
impl RefUnwindSafe for OutputFormatKind
impl Send for OutputFormatKind
impl Sync for OutputFormatKind
impl Unpin for OutputFormatKind
impl UnwindSafe for OutputFormatKind
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