Type Alias VipsSource

Source
pub type VipsSource = _VipsSource;

Aliased Type§

#[repr(C)]
pub struct VipsSource { pub parent_object: _VipsConnection, pub decode: i32, pub have_tested_seek: i32, pub is_pipe: i32, pub read_position: i64, pub length: i64, pub data: *const c_void, pub header_bytes: *mut _GByteArray, pub sniff: *mut _GByteArray, pub blob: *mut _VipsBlob, pub mmap_baseaddr: *mut c_void, pub mmap_length: u64, }

Fields§

§parent_object: _VipsConnection§decode: i32§have_tested_seek: i32§is_pipe: i32§read_position: i64§length: i64§data: *const c_void§header_bytes: *mut _GByteArray§sniff: *mut _GByteArray§blob: *mut _VipsBlob§mmap_baseaddr: *mut c_void§mmap_length: u64

Trait Implementations

Source§

impl Clone for _VipsSource

Source§

fn clone(&self) -> _VipsSource

Returns a duplicate 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 _VipsSource

Source§

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

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

impl PartialEq for _VipsSource

Source§

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

Source§

impl Eq for _VipsSource

Source§

impl StructuralPartialEq for _VipsSource