[−][src]Struct lcms2_sys::ffi::CurveSegment
This describes a curve segment.
For a table of supported types, see the manual. User can increase the number of available types by using a proper plug-in. Parametric segments allow 10 parameters at most
Fields
x0: f32
x1: f32
Type: i32
Params: [f64; 10]
nGridPoints: u32
SampledPoints: *mut f32
Trait Implementations
impl Clone for CurveSegment
[src]
fn clone(&self) -> CurveSegment
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for CurveSegment
[src]
impl Debug for CurveSegment
[src]
impl Default for CurveSegment
[src]
Auto Trait Implementations
impl RefUnwindSafe for CurveSegment
impl !Send for CurveSegment
impl !Sync for CurveSegment
impl Unpin for CurveSegment
impl UnwindSafe for CurveSegment
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,