Struct rusoto_elastictranscoder::Clip[][src]

pub struct Clip {
    pub time_span: Option<TimeSpan>,
}

Settings for one clip in a composition. All jobs in a playlist must have the same clip settings.

Fields

Settings that determine when a clip begins and how long it lasts.

Trait Implementations

impl Default for Clip
[src]

Returns the "default value" for a type. Read more

impl Debug for Clip
[src]

Formats the value using the given formatter. Read more

impl Clone for Clip
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Clip
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Clip

impl Sync for Clip