Type Alias VipsDbuf

Source
pub type VipsDbuf = _VipsDbuf;

Aliased Type§

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

Fields§

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