#[repr(C)]pub struct CMTime {
pub value: CMTimeValue,
pub timescale: CMTimeScale,
pub flags: CMTimeFlags,
pub epoch: CMTimeEpoch,
}Fields§
§value: CMTimeValue§timescale: CMTimeScale§flags: CMTimeFlags§epoch: CMTimeEpochTrait Implementations§
Auto Trait Implementations§
impl Freeze for CMTime
impl RefUnwindSafe for CMTime
impl Send for CMTime
impl Sync for CMTime
impl Unpin for CMTime
impl UnwindSafe for CMTime
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