[][src]Struct rav1d::global::ColorConfig

pub struct ColorConfig {
    pub high_bitdepth: bool,
    pub twelve_bit: bool,
    pub mono_chrome: bool,
    pub color_description_present_flag: bool,
    pub color_primaries: u8,
    pub transfer_characteristics: u8,
    pub matrix_coefficients: u8,
    pub color_range: bool,
    pub subsampling_x: u8,
    pub subsampling_y: u8,
    pub chroma_sample_position: u8,
    pub separate_uv_delta_q: bool,
    pub bit_depth: u8,
}

Fields

high_bitdepth: booltwelve_bit: boolmono_chrome: boolcolor_description_present_flag: boolcolor_primaries: u8transfer_characteristics: u8matrix_coefficients: u8color_range: boolsubsampling_x: u8subsampling_y: u8chroma_sample_position: u8separate_uv_delta_q: boolbit_depth: u8

Trait Implementations

impl Default for ColorConfig[src]

Auto Trait Implementations

impl Send for ColorConfig

impl Sync for ColorConfig

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]