Struct vips_sys::_VipsBuf[][src]

#[repr(C)]
pub struct _VipsBuf { pub base: *mut c_char, pub mx: c_int, pub i: c_int, pub full: gboolean, pub lasti: c_int, pub dynamic: gboolean, }

Fields

Trait Implementations

impl Debug for _VipsBuf
[src]

Formats the value using the given formatter. Read more

impl Copy for _VipsBuf
[src]

impl Clone for _VipsBuf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _VipsBuf

impl !Sync for _VipsBuf