#[repr(C)]pub struct CMTimeRange {
pub start: CMTime,
pub duration: CMTime,
}Expand description
Apple SDK struct CMTimeRange.
Fields§
§start: CMTime§duration: CMTimeTrait Implementations§
Source§impl Clone for CMTimeRange
impl Clone 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