#[repr(u32)]pub enum AVColorTransferCharacteristic {
Show 20 variants
    AVCOL_TRC_RESERVED0 = 0,
    AVCOL_TRC_BT709 = 1,
    AVCOL_TRC_UNSPECIFIED = 2,
    AVCOL_TRC_RESERVED = 3,
    AVCOL_TRC_GAMMA22 = 4,
    AVCOL_TRC_GAMMA28 = 5,
    AVCOL_TRC_SMPTE170M = 6,
    AVCOL_TRC_SMPTE240M = 7,
    AVCOL_TRC_LINEAR = 8,
    AVCOL_TRC_LOG = 9,
    AVCOL_TRC_LOG_SQRT = 10,
    AVCOL_TRC_IEC61966_2_4 = 11,
    AVCOL_TRC_BT1361_ECG = 12,
    AVCOL_TRC_IEC61966_2_1 = 13,
    AVCOL_TRC_BT2020_10 = 14,
    AVCOL_TRC_BT2020_12 = 15,
    AVCOL_TRC_SMPTE2084 = 16,
    AVCOL_TRC_SMPTE428 = 17,
    AVCOL_TRC_ARIB_STD_B67 = 18,
    AVCOL_TRC_NB = 19,
}Variants§
AVCOL_TRC_RESERVED0 = 0
AVCOL_TRC_BT709 = 1
AVCOL_TRC_UNSPECIFIED = 2
AVCOL_TRC_RESERVED = 3
AVCOL_TRC_GAMMA22 = 4
AVCOL_TRC_GAMMA28 = 5
AVCOL_TRC_SMPTE170M = 6
AVCOL_TRC_SMPTE240M = 7
AVCOL_TRC_LINEAR = 8
AVCOL_TRC_LOG = 9
AVCOL_TRC_LOG_SQRT = 10
AVCOL_TRC_IEC61966_2_4 = 11
AVCOL_TRC_BT1361_ECG = 12
AVCOL_TRC_IEC61966_2_1 = 13
AVCOL_TRC_BT2020_10 = 14
AVCOL_TRC_BT2020_12 = 15
AVCOL_TRC_SMPTE2084 = 16
AVCOL_TRC_SMPTE428 = 17
AVCOL_TRC_ARIB_STD_B67 = 18
AVCOL_TRC_NB = 19
Implementations§
source§impl AVColorTransferCharacteristic
 
impl AVColorTransferCharacteristic
pub const AVCOL_TRC_SMPTEST2084: AVColorTransferCharacteristic = AVColorTransferCharacteristic::AVCOL_TRC_SMPTE2084
source§impl AVColorTransferCharacteristic
 
impl AVColorTransferCharacteristic
pub const AVCOL_TRC_SMPTEST428_1: AVColorTransferCharacteristic = AVColorTransferCharacteristic::AVCOL_TRC_SMPTE428
Trait Implementations§
source§impl Clone for AVColorTransferCharacteristic
 
impl Clone for AVColorTransferCharacteristic
source§fn clone(&self) -> AVColorTransferCharacteristic
 
fn clone(&self) -> AVColorTransferCharacteristic
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 moresource§impl Hash for AVColorTransferCharacteristic
 
impl Hash for AVColorTransferCharacteristic
source§impl PartialEq for AVColorTransferCharacteristic
 
impl PartialEq for AVColorTransferCharacteristic
source§fn eq(&self, other: &AVColorTransferCharacteristic) -> bool
 
fn eq(&self, other: &AVColorTransferCharacteristic) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for AVColorTransferCharacteristic
impl Eq for AVColorTransferCharacteristic
impl StructuralPartialEq for AVColorTransferCharacteristic
Auto Trait Implementations§
impl Freeze for AVColorTransferCharacteristic
impl RefUnwindSafe for AVColorTransferCharacteristic
impl Send for AVColorTransferCharacteristic
impl Sync for AVColorTransferCharacteristic
impl Unpin for AVColorTransferCharacteristic
impl UnwindSafe for AVColorTransferCharacteristic
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
 
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
    T: Copy,
 
impl<T> CloneToUninit for Twhere
    T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)