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

Trait Implementations

impl Debug for _VipsForeignLoad
[src]

Formats the value using the given formatter. Read more

impl Copy for _VipsForeignLoad
[src]

impl Clone for _VipsForeignLoad
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _VipsForeignLoad

impl !Sync for _VipsForeignLoad