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]
impl Debug for _VipsBuf
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for _VipsBuf
[src]
impl Copy for _VipsBuf
impl Clone for _VipsBuf
[src]
impl Clone for _VipsBuf