Struct vips_sys::_VipsForeignLoad
[−]
[src]
#[repr(C)]pub struct _VipsForeignLoad { pub parent_object: VipsForeign, pub memory: gboolean, pub access: VipsAccess, pub flags: VipsForeignFlags, pub fail: gboolean, pub sequential: gboolean, pub out: *mut VipsImage, pub real: *mut VipsImage, pub nocache: gboolean, pub disc: gboolean, }
Fields
parent_object: VipsForeign
memory: gboolean
access: VipsAccess
flags: VipsForeignFlags
fail: gboolean
sequential: gboolean
out: *mut VipsImage
real: *mut VipsImage
nocache: gboolean
disc: gboolean
Trait Implementations
impl Debug for _VipsForeignLoad
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for _VipsForeignLoad
[src]
impl Clone for _VipsForeignLoad
[src]
fn clone(&self) -> _VipsForeignLoad
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more