pub struct OpaqueCMTimebase { /* private fields */ }Expand description
Opaque Apple SDK type OpaqueCMTimebase.
Trait Implementations§
Source§impl Clone for OpaqueCMTimebase
impl Clone for OpaqueCMTimebase
Source§fn clone(&self) -> OpaqueCMTimebase
fn clone(&self) -> OpaqueCMTimebase
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 OpaqueCMTimebase
impl Debug for OpaqueCMTimebase
impl Copy for OpaqueCMTimebase
Auto Trait Implementations§
impl Freeze for OpaqueCMTimebase
impl RefUnwindSafe for OpaqueCMTimebase
impl Send for OpaqueCMTimebase
impl Sync for OpaqueCMTimebase
impl Unpin for OpaqueCMTimebase
impl UnsafeUnpin for OpaqueCMTimebase
impl UnwindSafe for OpaqueCMTimebase
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