Struct vips_sys::im__DOUBLEMASK[][src]

#[repr(C)]
pub struct im__DOUBLEMASK { pub xsize: c_int, pub ysize: c_int, pub scale: f64, pub offset: f64, pub coeff: *mut f64, pub filename: *mut c_char, }

Fields

Trait Implementations

impl Debug for im__DOUBLEMASK
[src]

Formats the value using the given formatter. Read more

impl Copy for im__DOUBLEMASK
[src]

impl Clone for im__DOUBLEMASK
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for im__DOUBLEMASK

impl !Sync for im__DOUBLEMASK