Union skia_bindings::skcms_Curve
source · #[repr(C)]
pub union skcms_Curve {
pub __bindgen_anon_1: skcms_Curve__bindgen_ty_1,
pub __bindgen_anon_2: skcms_Curve__bindgen_ty_2,
}
Fields§
§__bindgen_anon_1: skcms_Curve__bindgen_ty_1
§__bindgen_anon_2: skcms_Curve__bindgen_ty_2
Trait Implementations§
source§impl Clone for skcms_Curve
impl Clone for skcms_Curve
source§fn clone(&self) -> skcms_Curve
fn clone(&self) -> skcms_Curve
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for skcms_Curve
Auto Trait Implementations§
impl RefUnwindSafe for skcms_Curve
impl !Send for skcms_Curve
impl !Sync for skcms_Curve
impl Unpin for skcms_Curve
impl UnwindSafe for skcms_Curve
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