[][src]Struct rusoto_medialive::H264ColorSpaceSettings

pub struct H264ColorSpaceSettings {
    pub color_space_passthrough_settings: Option<ColorSpacePassthroughSettings>,
    pub rec_601_settings: Option<Rec601Settings>,
    pub rec_709_settings: Option<Rec709Settings>,
}

H264 Color Space Settings

Fields

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

Trait Implementations

impl Clone for H264ColorSpaceSettings[src]

impl Default for H264ColorSpaceSettings[src]

impl PartialEq<H264ColorSpaceSettings> for H264ColorSpaceSettings[src]

impl Debug for H264ColorSpaceSettings[src]

impl Serialize for H264ColorSpaceSettings[src]

impl<'de> Deserialize<'de> for H264ColorSpaceSettings[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