Type Alias VipsThing

Source
pub type VipsThing = _VipsThing;

Aliased Type§

struct VipsThing {
    pub i: i32,
}

Fields§

§i: i32