pub struct CMClock { /* private fields */ }Expand description
CMClock wrapper for synchronization clock
Represents a Core Media clock used for time synchronization. Available on macOS 13.0+.
Implementations§
Trait Implementations§
impl Eq for CMClock
impl Send for CMClock
impl Sync for CMClock
Auto Trait Implementations§
impl Freeze for CMClock
impl RefUnwindSafe for CMClock
impl Unpin for CMClock
impl UnwindSafe for CMClock
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