#[repr(C)]pub struct CMTimeMapping {
pub source: CMTimeRange,
pub target: CMTimeRange,
}Fields§
§source: CMTimeRange§target: CMTimeRangeTrait Implementations§
Source§impl Clone for CMTimeMapping
impl Clone for CMTimeMapping
Source§fn clone(&self) -> CMTimeMapping
fn clone(&self) -> CMTimeMapping
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 CMTimeMapping
impl Debug 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