Struct vips_sys::_VipsArea[][src]

#[repr(C)]
pub struct _VipsArea { pub data: *mut c_void, pub length: usize, pub n: c_int, pub count: c_int, pub lock: *mut GMutex, pub free_fn: VipsCallbackFn, pub type_: GType, pub sizeof_type: usize, }

Fields

Trait Implementations

impl Debug for _VipsArea
[src]

Formats the value using the given formatter. Read more

impl Copy for _VipsArea
[src]

impl Clone for _VipsArea
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _VipsArea

impl !Sync for _VipsArea