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

Trait Implementations

impl Debug for _VipsDbuf
[src]

Formats the value using the given formatter. Read more

impl Copy for _VipsDbuf
[src]

impl Clone for _VipsDbuf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _VipsDbuf

impl !Sync for _VipsDbuf