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]

Formats the value using the given formatter. Read more

impl Copy for im__INTMASK
[src]

impl Clone for im__INTMASK
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for im__INTMASK

impl !Sync for im__INTMASK