[][src]Struct mupdf_sys::fz_colorspace_s__bindgen_ty_1__bindgen_ty_3

#[repr(C)]
pub struct fz_colorspace_s__bindgen_ty_1__bindgen_ty_3 {
    pub base: *mut fz_colorspace,
    pub eval: Option<unsafe extern "C" fn(ctx: *mut fz_context, tint: *mut c_void, s: *const f32, sn: c_int, d: *mut f32, dn: c_int)>,
    pub drop: Option<unsafe extern "C" fn(ctx: *mut fz_context, tint: *mut c_void)>,
    pub tint: *mut c_void,
    pub colorant: [*mut c_char; 32],
}

Fields

base: *mut fz_colorspaceeval: Option<unsafe extern "C" fn(ctx: *mut fz_context, tint: *mut c_void, s: *const f32, sn: c_int, d: *mut f32, dn: c_int)>drop: Option<unsafe extern "C" fn(ctx: *mut fz_context, tint: *mut c_void)>tint: *mut c_voidcolorant: [*mut c_char; 32]

Trait Implementations

impl Clone for fz_colorspace_s__bindgen_ty_1__bindgen_ty_3[src]

impl Copy for fz_colorspace_s__bindgen_ty_1__bindgen_ty_3[src]

impl Debug for fz_colorspace_s__bindgen_ty_1__bindgen_ty_3[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.