pub enum VideoCodingMode {
Mpeg1,
Mpeg2,
}Expand description
MPEG coding mode field of <a name="vidatt">video attributes</a>.
(mpucoder-ifo.html byte 0 bits 7..6 of the 2-byte video-attr field.)
Variants§
Trait Implementations§
Source§impl Clone for VideoCodingMode
impl Clone for VideoCodingMode
Source§fn clone(&self) -> VideoCodingMode
fn clone(&self) -> VideoCodingMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VideoCodingMode
Source§impl Debug for VideoCodingMode
impl Debug for VideoCodingMode
impl Eq for VideoCodingMode
Source§impl PartialEq for VideoCodingMode
impl PartialEq for VideoCodingMode
Source§fn eq(&self, other: &VideoCodingMode) -> bool
fn eq(&self, other: &VideoCodingMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VideoCodingMode
Auto Trait Implementations§
impl Freeze for VideoCodingMode
impl RefUnwindSafe for VideoCodingMode
impl Send for VideoCodingMode
impl Sync for VideoCodingMode
impl Unpin for VideoCodingMode
impl UnsafeUnpin for VideoCodingMode
impl UnwindSafe for VideoCodingMode
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