Type Alias VipsArea
Source pub type VipsArea = _VipsArea;
struct VipsArea {
pub data: *mut c_void,
pub length: u64,
pub n: i32,
pub count: i32,
pub lock: *mut _GMutex,
pub free_fn: Option<unsafe extern "C" fn(*mut c_void, *mut c_void) -> i32>,
pub client: *mut c_void,
pub type_: u64,
pub sizeof_type: u64,
}
Trait Implementations
Performs copy-assignment from
source
.
Read more
Formats the value using the given formatter.
Read more
Tests for self
and other
values to be equal, and is used by ==
.
Tests for !=
. The default implementation is almost always sufficient,
and should not be overridden without very good reason.