#[repr(i32)]pub enum AVStereo3DView {
AV_STEREO3D_VIEW_PACKED = 0,
AV_STEREO3D_VIEW_LEFT = 1,
AV_STEREO3D_VIEW_RIGHT = 2,
AV_STEREO3D_VIEW_UNSPEC = 3,
}展开描述
List of possible view types.
Variants§
AV_STEREO3D_VIEW_PACKED = 0
Frame contains two packed views.
AV_STEREO3D_VIEW_LEFT = 1
Frame contains only the left view.
AV_STEREO3D_VIEW_RIGHT = 2
Frame contains only the right view.
AV_STEREO3D_VIEW_UNSPEC = 3
Content is unspecified.
trait 实现§
源代码§impl Clone for AVStereo3DView
impl Clone for AVStereo3DView
源代码§fn clone(&self) -> AVStereo3DView
fn clone(&self) -> AVStereo3DView
Returns a duplicate of the value. 阅读更多
1.0.0 · 源代码§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
从
source 执行拷贝赋值。 阅读更多源代码§impl Debug for AVStereo3DView
impl Debug for AVStereo3DView
源代码§impl Hash for AVStereo3DView
impl Hash for AVStereo3DView
源代码§impl PartialEq for AVStereo3DView
impl PartialEq for AVStereo3DView
impl Copy for AVStereo3DView
impl Eq for AVStereo3DView
impl StructuralPartialEq for AVStereo3DView
自动 trait 实现§
impl Freeze for AVStereo3DView
impl RefUnwindSafe for AVStereo3DView
impl Send for AVStereo3DView
impl Sync for AVStereo3DView
impl Unpin for AVStereo3DView
impl UnsafeUnpin for AVStereo3DView
impl UnwindSafe for AVStereo3DView
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多