#[repr(C)]pub struct CMTimeMapping {
pub source: CMTimeRange,
pub target: CMTimeRange,
}Expand description
Apple SDK struct CMTimeMapping.
Fields§
§source: CMTimeRange§target: CMTimeRangeTrait Implementations§
Source§impl Clone for CMTimeMapping
impl Clone for CMTimeMapping
impl Copy for CMTimeMapping
Auto Trait Implementations§
impl Freeze for CMTimeMapping
impl RefUnwindSafe for CMTimeMapping
impl Send for CMTimeMapping
impl Sync for CMTimeMapping
impl Unpin for CMTimeMapping
impl UnsafeUnpin for CMTimeMapping
impl UnwindSafe for CMTimeMapping
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