Enum ffmpeg::util::color::transfer_characteristic::TransferCharacteristic [] [src]

pub enum TransferCharacteristic {
    Reserved0,
    BT709,
    Unspecified,
    Reserved,
    GAMMA22,
    GAMMA28,
    SMPTE170M,
    SMPTE240M,
    Linear,
    Log,
    LogSqrt,
    IEC61966_2_4,
    BT1361_ECG,
    IEC61966_2_1,
    BT2020_10,
    BT2020_12,
}

Variants

Trait Implementations

impl Eq for TransferCharacteristic
[src]

impl PartialEq for TransferCharacteristic
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Clone for TransferCharacteristic
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TransferCharacteristic
[src]

impl Debug for TransferCharacteristic
[src]

[src]

Formats the value using the given formatter. Read more

impl From<AVColorTransferCharacteristic> for TransferCharacteristic
[src]

[src]

Performs the conversion.

impl Into<AVColorTransferCharacteristic> for TransferCharacteristic
[src]

[src]

Performs the conversion.

Auto Trait Implementations