[][src]Struct rusoto_mediaconvert::ImageInserter

pub struct ImageInserter {
    pub insertable_images: Vec<InsertableImage>,
}

Enable the Image inserter (ImageInserter) feature to include a graphic overlay on your video. Enable or disable this feature for each output individually. This setting is disabled by default.

Fields

Image to insert. Must be 32 bit windows BMP, PNG, or TGA file. Must not be larger than the output frames.

Trait Implementations

impl Clone for ImageInserter
[src]

Performs copy-assignment from source. Read more

impl Default for ImageInserter
[src]

impl PartialEq<ImageInserter> for ImageInserter
[src]

impl Debug for ImageInserter
[src]

impl Serialize for ImageInserter
[src]

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

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

impl<T> Erased for T

impl<T> Same for T

Should always be Self