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