#[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 for _VipsSource
impl PartialEq for _VipsSource
impl Copy for _VipsSource
impl Eq for _VipsSource
impl StructuralPartialEq for _VipsSource
Auto Trait Implementations§
impl Freeze for _VipsSource
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