pub type INTMASK = im__INTMASK;Aliased Type§
#[repr(C)]pub struct INTMASK {
pub xsize: i32,
pub ysize: i32,
pub scale: i32,
pub offset: i32,
pub coeff: *mut i32,
pub filename: *mut u8,
}Fields§
§xsize: i32§ysize: i32§scale: i32§offset: i32§coeff: *mut i32§filename: *mut u8