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