#[repr(i32)]pub enum AVStereo3DPrimaryEye {
AV_PRIMARY_EYE_NONE = 0,
AV_PRIMARY_EYE_LEFT = 1,
AV_PRIMARY_EYE_RIGHT = 2,
}展开描述
List of possible primary eyes.
Variants§
AV_PRIMARY_EYE_NONE = 0
Neither eye.
AV_PRIMARY_EYE_LEFT = 1
Left eye.
AV_PRIMARY_EYE_RIGHT = 2
Right eye
trait 实现§
源代码§impl Clone for AVStereo3DPrimaryEye
impl Clone for AVStereo3DPrimaryEye
源代码§fn clone(&self) -> AVStereo3DPrimaryEye
fn clone(&self) -> AVStereo3DPrimaryEye
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 AVStereo3DPrimaryEye
impl Debug for AVStereo3DPrimaryEye
源代码§impl Hash for AVStereo3DPrimaryEye
impl Hash for AVStereo3DPrimaryEye
源代码§impl PartialEq for AVStereo3DPrimaryEye
impl PartialEq for AVStereo3DPrimaryEye
impl Copy for AVStereo3DPrimaryEye
impl Eq for AVStereo3DPrimaryEye
impl StructuralPartialEq for AVStereo3DPrimaryEye
自动 trait 实现§
impl Freeze for AVStereo3DPrimaryEye
impl RefUnwindSafe for AVStereo3DPrimaryEye
impl Send for AVStereo3DPrimaryEye
impl Sync for AVStereo3DPrimaryEye
impl Unpin for AVStereo3DPrimaryEye
impl UnsafeUnpin for AVStereo3DPrimaryEye
impl UnwindSafe for AVStereo3DPrimaryEye
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
从拥有的值可变地借用。 阅读更多