Type Alias VipsDbuf

Source
pub type VipsDbuf = _VipsDbuf;

Aliased Type§

struct VipsDbuf {
    pub data: *mut u8,
    pub allocated_size: u32,
    pub data_size: u32,
    pub write_point: u32,
}

Fields§

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