Struct skia_bindings::skcms_TransferFunction
source · #[repr(C)]pub struct skcms_TransferFunction {
pub g: f32,
pub a: f32,
pub b: f32,
pub c: f32,
pub d: f32,
pub e: f32,
pub f: f32,
}
Fields§
§g: f32
§a: f32
§b: f32
§c: f32
§d: f32
§e: f32
§f: f32
Trait Implementations§
source§impl Clone for skcms_TransferFunction
impl Clone for skcms_TransferFunction
source§fn clone(&self) -> skcms_TransferFunction
fn clone(&self) -> skcms_TransferFunction
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_TransferFunction
impl Debug for skcms_TransferFunction
impl Copy for skcms_TransferFunction
Auto Trait Implementations§
impl RefUnwindSafe for skcms_TransferFunction
impl Send for skcms_TransferFunction
impl Sync for skcms_TransferFunction
impl Unpin for skcms_TransferFunction
impl UnwindSafe for skcms_TransferFunction
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