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]

[src]

Formats the value using the given formatter. Read more

impl Copy for _VipsArea
[src]

impl Clone for _VipsArea
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more