Struct aws_sdk_elastictranscoder::model::Clip
source · [−]#[non_exhaustive]pub struct Clip { /* private fields */ }
👎Deprecated
Expand description
Settings for one clip in a composition. All jobs in a playlist must have the same clip settings.
Implementations
Trait Implementations
impl StructuralPartialEq for Clip
Auto Trait Implementations
impl RefUnwindSafe for Clip
impl Send for Clip
impl Sync for Clip
impl Unpin for Clip
impl UnwindSafe for Clip
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more