VipsDbuf

Type Alias VipsDbuf 

Source
pub type VipsDbuf = _VipsDbuf;

Aliased Type§

#[repr(C)]
pub struct VipsDbuf { pub data: *mut u8, pub allocated_size: usize, pub data_size: usize, pub write_point: usize, }

Fields§

§data: *mut u8§allocated_size: usize§data_size: usize§write_point: usize