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