Type Alias VipsRegion

Source
pub type VipsRegion = _VipsRegion;

Aliased Type§

struct VipsRegion {
    pub parent_object: _VipsObject,
    pub im: *mut _VipsImage,
    pub valid: _VipsRect,
    pub type_: u32,
    pub data: *mut u8,
    pub bpl: i32,
    pub seq: *mut c_void,
    pub thread: *mut _GThread,
    pub window: *mut VipsWindow,
    pub buffer: *mut _VipsBuffer,
    pub invalid: i32,
}

Fields§

§parent_object: _VipsObject§im: *mut _VipsImage§valid: _VipsRect§type_: u32§data: *mut u8§bpl: i32§seq: *mut c_void§thread: *mut _GThread§window: *mut VipsWindow§buffer: *mut _VipsBuffer§invalid: i32

Trait Implementations

Source§

impl Clone for _VipsRegion

Source§

fn clone(&self) -> _VipsRegion

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 _VipsRegion

Source§

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

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

impl PartialEq for _VipsRegion

Source§

fn eq(&self, other: &_VipsRegion) -> 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 _VipsRegion

Source§

impl Eq for _VipsRegion

Source§

impl StructuralPartialEq for _VipsRegion