Struct vips_sys::_VipsBuf
[−]
[src]
#[repr(C)]pub struct _VipsBuf { pub base: *mut c_char, pub mx: c_int, pub i: c_int, pub full: gboolean, pub lasti: c_int, pub dynamic: gboolean, }
Fields
base: *mut c_char
mx: c_int
i: c_int
full: gboolean
lasti: c_int
dynamic: gboolean
Trait Implementations
impl Debug for _VipsBuf
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more