pub struct ColorSyncProfile { /* private fields */ }Trait Implementations§
Source§impl Clone for ColorSyncProfile
impl Clone for ColorSyncProfile
Source§fn clone(&self) -> ColorSyncProfile
fn clone(&self) -> ColorSyncProfile
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 ColorSyncProfile
impl Debug 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