Type Alias VipsArea

Source
pub type VipsArea = _VipsArea;

Aliased Type§

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,
}

Fields§

§data: *mut c_void§length: u64§n: i32§count: i32§lock: *mut _GMutex§free_fn: Option<unsafe extern "C" fn(*mut c_void, *mut c_void) -> i32>§client: *mut c_void§type_: u64§sizeof_type: u64

Trait Implementations

Source§

impl Clone for _VipsArea

Source§

fn clone(&self) -> _VipsArea

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for _VipsArea

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl PartialEq for _VipsArea

Source§

fn eq(&self, other: &_VipsArea) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for _VipsArea

Source§

impl Eq for _VipsArea

Source§

impl StructuralPartialEq for _VipsArea