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