Struct eAVEncVideoColorPrimaries
#[repr(transparent)]pub struct eAVEncVideoColorPrimaries(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for eAVEncVideoColorPrimaries
impl Clone for eAVEncVideoColorPrimaries
§fn clone(&self) -> eAVEncVideoColorPrimaries
fn clone(&self) -> eAVEncVideoColorPrimaries
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for eAVEncVideoColorPrimaries
impl Debug for eAVEncVideoColorPrimaries
§impl Default for eAVEncVideoColorPrimaries
impl Default for eAVEncVideoColorPrimaries
§fn default() -> eAVEncVideoColorPrimaries
fn default() -> eAVEncVideoColorPrimaries
Returns the “default value” for a type. Read more
§impl PartialEq for eAVEncVideoColorPrimaries
impl PartialEq for eAVEncVideoColorPrimaries
impl Copy for eAVEncVideoColorPrimaries
impl Eq for eAVEncVideoColorPrimaries
impl StructuralPartialEq for eAVEncVideoColorPrimaries
Auto Trait Implementations§
impl Freeze for eAVEncVideoColorPrimaries
impl RefUnwindSafe for eAVEncVideoColorPrimaries
impl Send for eAVEncVideoColorPrimaries
impl Sync for eAVEncVideoColorPrimaries
impl Unpin for eAVEncVideoColorPrimaries
impl UnwindSafe for eAVEncVideoColorPrimaries
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