[][src]Struct rusoto_medialive::H265ColorSpaceSettings

pub struct H265ColorSpaceSettings {
    pub color_space_passthrough_settings: Option<ColorSpacePassthroughSettings>,
    pub hdr_10_settings: Option<Hdr10Settings>,
    pub rec_601_settings: Option<Rec601Settings>,
    pub rec_709_settings: Option<Rec709Settings>,
}

H265 Color Space Settings

Fields

color_space_passthrough_settings: Option<ColorSpacePassthroughSettings>hdr_10_settings: Option<Hdr10Settings>rec_601_settings: Option<Rec601Settings>rec_709_settings: Option<Rec709Settings>

Trait Implementations

impl Clone for H265ColorSpaceSettings[src]

impl Default for H265ColorSpaceSettings[src]

impl PartialEq<H265ColorSpaceSettings> for H265ColorSpaceSettings[src]

impl Debug for H265ColorSpaceSettings[src]

impl Serialize for H265ColorSpaceSettings[src]

impl<'de> Deserialize<'de> for H265ColorSpaceSettings[src]

Auto Trait Implementations

Blanket Implementations

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self