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]

[src]

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

impl Debug for Clip
[src]

[src]

Formats the value using the given formatter.

impl Clone for Clip
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more