Enum ffmpeg_sys_next::AVStereo3DView
source · [−]#[repr(u32)]
pub enum AVStereo3DView {
AV_STEREO3D_VIEW_PACKED,
AV_STEREO3D_VIEW_LEFT,
AV_STEREO3D_VIEW_RIGHT,
}Expand description
List of possible view types.
Variants
AV_STEREO3D_VIEW_PACKED
Frame contains two packed views.
AV_STEREO3D_VIEW_LEFT
Frame contains only the left view.
AV_STEREO3D_VIEW_RIGHT
Frame contains only the right view.
Trait Implementations
sourceimpl Clone for AVStereo3DView
impl Clone for AVStereo3DView
sourcefn clone(&self) -> AVStereo3DView
fn clone(&self) -> AVStereo3DView
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AVStereo3DView
impl Debug for AVStereo3DView
sourceimpl Hash for AVStereo3DView
impl Hash for AVStereo3DView
sourceimpl PartialEq<AVStereo3DView> for AVStereo3DView
impl PartialEq<AVStereo3DView> for AVStereo3DView
impl Copy for AVStereo3DView
impl Eq for AVStereo3DView
impl StructuralEq for AVStereo3DView
impl StructuralPartialEq for AVStereo3DView
Auto Trait Implementations
impl RefUnwindSafe for AVStereo3DView
impl Send for AVStereo3DView
impl Sync for AVStereo3DView
impl Unpin for AVStereo3DView
impl UnwindSafe for AVStereo3DView
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more