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