pub struct Clip {
pub time_span: Option<TimeSpan>,
}
Expand description
Settings for one clip in a composition. All jobs in a playlist must have the same clip settings.
Fields§
§time_span: Option<TimeSpan>
Settings that determine when a clip begins and how long it lasts.
Trait Implementations§
impl StructuralPartialEq for Clip
Auto Trait Implementations§
impl Freeze for Clip
impl RefUnwindSafe for Clip
impl Send for Clip
impl Sync for Clip
impl Unpin for Clip
impl UnwindSafe for Clip
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more