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]

[src]

Formats the value using the given formatter. Read more

impl Copy for _VipsDbuf
[src]

impl Clone for _VipsDbuf
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more