Type Alias INTMASK

Source
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

Source§

fn clone(&self) -> im__INTMASK

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for im__INTMASK

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl PartialEq for im__INTMASK

Source§

fn eq(&self, other: &im__INTMASK) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for im__INTMASK

Source§

impl Eq for im__INTMASK

Source§

impl StructuralPartialEq for im__INTMASK