Struct vips_sys::im__INTMASK
[−]
[src]
#[repr(C)]pub struct im__INTMASK { pub xsize: c_int, pub ysize: c_int, pub scale: c_int, pub offset: c_int, pub coeff: *mut c_int, pub filename: *mut c_char, }
Fields
xsize: c_int
ysize: c_int
scale: c_int
offset: c_int
coeff: *mut c_int
filename: *mut c_char
Trait Implementations
impl Debug for im__INTMASK
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for im__INTMASK
[src]
impl Clone for im__INTMASK
[src]
fn clone(&self) -> im__INTMASK
[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