pub type INTMASK = im__INTMASK;
Aliased Type§
struct INTMASK {
pub xsize: i32,
pub ysize: i32,
pub scale: i32,
pub offset: i32,
pub coeff: *mut i32,
pub filename: *mut i8,
}
Fields§
§xsize: i32
§ysize: i32
§scale: i32
§offset: i32
§coeff: *mut i32
§filename: *mut i8
Trait Implementations
Source§impl Clone for im__INTMASK
impl Clone for im__INTMASK
Source§fn clone(&self) -> im__INTMASK
fn clone(&self) -> im__INTMASK
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more