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