#[repr(transparent)]pub struct AVStereo3DType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl AVStereo3DType
impl AVStereo3DType
pub const _2D: AVStereo3DType
pub const SIDEBYSIDE: AVStereo3DType
pub const TOPBOTTOM: AVStereo3DType
pub const FRAMESEQUENCE: AVStereo3DType
pub const CHECKERBOARD: AVStereo3DType
pub const SIDEBYSIDE_QUINCUNX: AVStereo3DType
pub const LINES: AVStereo3DType
pub const COLUMNS: AVStereo3DType
pub const UNSPEC: AVStereo3DType
Trait Implementations§
Source§impl Clone for AVStereo3DType
impl Clone for AVStereo3DType
Source§fn clone(&self) -> AVStereo3DType
fn clone(&self) -> AVStereo3DType
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 AVStereo3DType
Source§impl Debug for AVStereo3DType
impl Debug for AVStereo3DType
impl Eq for AVStereo3DType
Source§impl Hash for AVStereo3DType
impl Hash for AVStereo3DType
Source§impl PartialEq for AVStereo3DType
impl PartialEq for AVStereo3DType
impl StructuralPartialEq for AVStereo3DType
Auto Trait Implementations§
impl Freeze for AVStereo3DType
impl RefUnwindSafe for AVStereo3DType
impl Send for AVStereo3DType
impl Sync for AVStereo3DType
impl Unpin for AVStereo3DType
impl UnsafeUnpin for AVStereo3DType
impl UnwindSafe for AVStereo3DType
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