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
xsize: c_int
ysize: c_int
scale: f64
offset: f64
coeff: *mut f64
filename: *mut c_char
Trait Implementations
impl Debug for im__DOUBLEMASK
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for im__DOUBLEMASK
[src]
impl Clone for im__DOUBLEMASK
[src]
fn clone(&self) -> im__DOUBLEMASK
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more