Struct eAVEncVideoColorTransferMatrix
#[repr(transparent)]pub struct eAVEncVideoColorTransferMatrix(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for eAVEncVideoColorTransferMatrix
impl Clone for eAVEncVideoColorTransferMatrix
§fn clone(&self) -> eAVEncVideoColorTransferMatrix
fn clone(&self) -> eAVEncVideoColorTransferMatrix
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 eAVEncVideoColorTransferMatrix
impl Debug for eAVEncVideoColorTransferMatrix
§impl Default for eAVEncVideoColorTransferMatrix
impl Default for eAVEncVideoColorTransferMatrix
§fn default() -> eAVEncVideoColorTransferMatrix
fn default() -> eAVEncVideoColorTransferMatrix
Returns the “default value” for a type. Read more
§impl PartialEq for eAVEncVideoColorTransferMatrix
impl PartialEq for eAVEncVideoColorTransferMatrix
impl Copy for eAVEncVideoColorTransferMatrix
impl Eq for eAVEncVideoColorTransferMatrix
impl StructuralPartialEq for eAVEncVideoColorTransferMatrix
Auto Trait Implementations§
impl Freeze for eAVEncVideoColorTransferMatrix
impl RefUnwindSafe for eAVEncVideoColorTransferMatrix
impl Send for eAVEncVideoColorTransferMatrix
impl Sync for eAVEncVideoColorTransferMatrix
impl Unpin for eAVEncVideoColorTransferMatrix
impl UnwindSafe for eAVEncVideoColorTransferMatrix
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