#[repr(C)]pub struct CMTimeRange {
pub start: CMTime,
pub duration: CMTime,
}Fields§
§start: CMTime§duration: CMTimeTrait Implementations§
Source§impl Clone for CMTimeRange
impl Clone for CMTimeRange
Source§fn clone(&self) -> CMTimeRange
fn clone(&self) -> CMTimeRange
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 moreSource§impl Debug for CMTimeRange
impl Debug for CMTimeRange
impl Copy for CMTimeRange
Auto Trait Implementations§
impl Freeze for CMTimeRange
impl RefUnwindSafe for CMTimeRange
impl Send for CMTimeRange
impl Sync for CMTimeRange
impl Unpin for CMTimeRange
impl UnsafeUnpin for CMTimeRange
impl UnwindSafe for CMTimeRange
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