Struct libvips_rs::bindings::_VipsSource
source · #[repr(C)]pub struct _VipsSource {
pub parent_object: VipsConnection,
pub decode: gboolean,
pub have_tested_seek: gboolean,
pub is_pipe: gboolean,
pub read_position: gint64,
pub length: gint64,
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: size_t,
}
Fields§
§parent_object: VipsConnection
§decode: gboolean
§have_tested_seek: gboolean
§is_pipe: gboolean
§read_position: gint64
§length: gint64
§data: *const c_void
§header_bytes: *mut GByteArray
§sniff: *mut GByteArray
§blob: *mut VipsBlob
§mmap_baseaddr: *mut c_void
§mmap_length: size_t
Trait Implementations§
source§impl Clone for _VipsSource
impl Clone for _VipsSource
source§fn clone(&self) -> _VipsSource
fn clone(&self) -> _VipsSource
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for _VipsSource
impl Debug for _VipsSource
source§impl PartialEq<_VipsSource> for _VipsSource
impl PartialEq<_VipsSource> for _VipsSource
source§fn eq(&self, other: &_VipsSource) -> bool
fn eq(&self, other: &_VipsSource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _VipsSource
impl Eq for _VipsSource
impl StructuralEq for _VipsSource
impl StructuralPartialEq for _VipsSource
Auto Trait Implementations§
impl RefUnwindSafe for _VipsSource
impl !Send for _VipsSource
impl !Sync for _VipsSource
impl Unpin for _VipsSource
impl UnwindSafe for _VipsSource
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more