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]

[src]

Formats the value using the given formatter. Read more

impl Copy for _VipsForeignLoad
[src]

impl Clone for _VipsForeignLoad
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more