Struct vips_sys::_VipsDbuf
[−]
[src]
#[repr(C)]pub struct _VipsDbuf { pub data: *mut c_uchar, pub allocated_size: usize, pub data_size: usize, pub write_point: usize, }
Fields
data: *mut c_uchar
allocated_size: usize
data_size: usize
write_point: usize
Trait Implementations
impl Debug for _VipsDbuf
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more