pub struct ExactSourceClipTimeRangeV1 { /* private fields */ }Expand description
Exact signed begin/end source-time coordinates for one animation clip.
Implementations§
Source§impl ExactSourceClipTimeRangeV1
impl ExactSourceClipTimeRangeV1
Sourcepub fn new(
selection: ExactSourceRangeSelectionV1,
begin_units: i64,
end_units: i64,
) -> Result<Self, ExactSourceTimingContractError>
pub fn new( selection: ExactSourceRangeSelectionV1, begin_units: i64, end_units: i64, ) -> Result<Self, ExactSourceTimingContractError>
Validate a parser-selected, ordered exact clip range.
Sourcepub const fn selection(self) -> ExactSourceRangeSelectionV1
pub const fn selection(self) -> ExactSourceRangeSelectionV1
Property pair selected by parser semantics.
Sourcepub const fn begin_units(self) -> i64
pub const fn begin_units(self) -> i64
Exact signed source begin coordinate.
Trait Implementations§
Source§impl Clone for ExactSourceClipTimeRangeV1
impl Clone for ExactSourceClipTimeRangeV1
Source§fn clone(&self) -> ExactSourceClipTimeRangeV1
fn clone(&self) -> ExactSourceClipTimeRangeV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ExactSourceClipTimeRangeV1
Source§impl Debug for ExactSourceClipTimeRangeV1
impl Debug for ExactSourceClipTimeRangeV1
impl Eq for ExactSourceClipTimeRangeV1
impl StructuralPartialEq for ExactSourceClipTimeRangeV1
Auto Trait Implementations§
impl Freeze for ExactSourceClipTimeRangeV1
impl RefUnwindSafe for ExactSourceClipTimeRangeV1
impl Send for ExactSourceClipTimeRangeV1
impl Sync for ExactSourceClipTimeRangeV1
impl Unpin for ExactSourceClipTimeRangeV1
impl UnsafeUnpin for ExactSourceClipTimeRangeV1
impl UnwindSafe for ExactSourceClipTimeRangeV1
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