Struct skia_bindings::skcms_Curve__bindgen_ty_2
source · #[repr(C)]pub struct skcms_Curve__bindgen_ty_2 {
pub table_entries: u32,
pub table_8: *const u8,
pub table_16: *const u8,
}
Fields§
§table_entries: u32
§table_8: *const u8
§table_16: *const u8
Trait Implementations§
source§impl Clone for skcms_Curve__bindgen_ty_2
impl Clone for skcms_Curve__bindgen_ty_2
source§fn clone(&self) -> skcms_Curve__bindgen_ty_2
fn clone(&self) -> skcms_Curve__bindgen_ty_2
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 moresource§impl Debug for skcms_Curve__bindgen_ty_2
impl Debug for skcms_Curve__bindgen_ty_2
impl Copy for skcms_Curve__bindgen_ty_2
Auto Trait Implementations§
impl RefUnwindSafe for skcms_Curve__bindgen_ty_2
impl !Send for skcms_Curve__bindgen_ty_2
impl !Sync for skcms_Curve__bindgen_ty_2
impl Unpin for skcms_Curve__bindgen_ty_2
impl UnwindSafe for skcms_Curve__bindgen_ty_2
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