Struct lcms2_sys::ffi::CurveSegment [] [src]

#[repr(C)]
pub struct CurveSegment { pub x0: f32, pub x1: f32, pub Type: i32, pub Params: [f64; 10], pub nGridPoints: u32, pub SampledPoints: *mut f32, }

Fields

Trait Implementations

impl Copy for CurveSegment
[src]

impl Clone for CurveSegment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CurveSegment
[src]

Formats the value using the given formatter.

impl Default for CurveSegment
[src]

Returns the "default value" for a type. Read more