Type Alias VipsBuf

Source
pub type VipsBuf = _VipsBuf;

Aliased Type§

#[repr(C)]
pub struct VipsBuf { pub base: *mut i8, pub mx: i32, pub i: i32, pub full: i32, pub lasti: i32, pub dynamic: i32, }

Fields§

§base: *mut i8§mx: i32§i: i32§full: i32§lasti: i32§dynamic: i32