Type Alias VipsForeignLoad

Source
pub type VipsForeignLoad = _VipsForeignLoad;

Aliased Type§

struct VipsForeignLoad {
Show 13 fields pub parent_object: _VipsForeign, pub memory: i32, pub access: u32, pub flags: u32, pub fail_on: u32, pub fail: i32, pub sequential: i32, pub out: *mut _VipsImage, pub real: *mut _VipsImage, pub nocache: i32, pub disc: i32, pub error: i32, pub revalidate: i32,
}

Fields§

§parent_object: _VipsForeign§memory: i32§access: u32§flags: u32§fail_on: u32§fail: i32§sequential: i32§out: *mut _VipsImage§real: *mut _VipsImage§nocache: i32§disc: i32§error: i32§revalidate: i32

Trait Implementations

Source§

impl Clone for _VipsForeignLoad

Source§

fn clone(&self) -> _VipsForeignLoad

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 _VipsForeignLoad

Source§

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

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

impl PartialEq for _VipsForeignLoad

Source§

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

Source§

impl Eq for _VipsForeignLoad

Source§

impl StructuralPartialEq for _VipsForeignLoad