#[repr(C)]pub struct AVStereo3D {
pub type_: AVStereo3DType,
pub flags: c_int,
pub view: AVStereo3DView,
pub primary_eye: AVStereo3DPrimaryEye,
pub baseline: u32,
pub horizontal_disparity_adjustment: AVRational,
pub horizontal_field_of_view: AVRational,
}Fields§
§type_: AVStereo3DType§flags: c_int§view: AVStereo3DView§primary_eye: AVStereo3DPrimaryEye§baseline: u32§horizontal_disparity_adjustment: AVRational§horizontal_field_of_view: AVRationalTrait Implementations§
Source§impl Clone for AVStereo3D
impl Clone for AVStereo3D
Source§fn clone(&self) -> AVStereo3D
fn clone(&self) -> AVStereo3D
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 AVStereo3D
Source§impl Debug for AVStereo3D
impl Debug for AVStereo3D
impl Eq for AVStereo3D
Source§impl PartialEq for AVStereo3D
impl PartialEq for AVStereo3D
impl StructuralPartialEq for AVStereo3D
Auto Trait Implementations§
impl Freeze for AVStereo3D
impl RefUnwindSafe for AVStereo3D
impl Send for AVStereo3D
impl Sync for AVStereo3D
impl Unpin for AVStereo3D
impl UnsafeUnpin for AVStereo3D
impl UnwindSafe for AVStereo3D
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