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]
impl Debug for _VipsDbuf
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 _VipsDbuf
[src]
impl Copy for _VipsDbuf
impl Clone for _VipsDbuf
[src]
impl Clone for _VipsDbuf