#[repr(u32)]pub enum AVStereo3DPrimaryEye {
AV_PRIMARY_EYE_NONE = 0,
AV_PRIMARY_EYE_LEFT = 1,
AV_PRIMARY_EYE_RIGHT = 2,
}Expand description
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 Implementations§
Source§impl Clone for AVStereo3DPrimaryEye
impl Clone for AVStereo3DPrimaryEye
Source§fn clone(&self) -> AVStereo3DPrimaryEye
fn clone(&self) -> AVStereo3DPrimaryEye
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 AVStereo3DPrimaryEye
Source§impl Debug for AVStereo3DPrimaryEye
impl Debug for AVStereo3DPrimaryEye
impl Eq for AVStereo3DPrimaryEye
Source§impl Hash for AVStereo3DPrimaryEye
impl Hash for AVStereo3DPrimaryEye
Source§impl PartialEq for AVStereo3DPrimaryEye
impl PartialEq for AVStereo3DPrimaryEye
impl StructuralPartialEq for AVStereo3DPrimaryEye
Auto Trait Implementations§
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 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