[][src]Struct rusoto_medialive::Hdr10Settings

pub struct Hdr10Settings {
    pub max_cll: Option<i64>,
    pub max_fall: Option<i64>,
}

Hdr10 Settings

Fields

max_cll: Option<i64>

Maximum Content Light Level An integer metadata value defining the maximum light level, in nits, of any single pixel within an encoded HDR video stream or file.

max_fall: Option<i64>

Maximum Frame Average Light Level An integer metadata value defining the maximum average light level, in nits, for any single frame within an encoded HDR video stream or file.

Trait Implementations

impl Clone for Hdr10Settings[src]

impl Debug for Hdr10Settings[src]

impl Default for Hdr10Settings[src]

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

impl PartialEq<Hdr10Settings> for Hdr10Settings[src]

impl Serialize for Hdr10Settings[src]

impl StructuralPartialEq for Hdr10Settings[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

impl<T> Instrument for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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.