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

Trait Implementations

impl Debug for im__INTMASK
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for im__INTMASK
[src]

impl Clone for im__INTMASK
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more