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