Struct vips_sys::_VipsForeignSave[][src]

#[repr(C)]
pub struct _VipsForeignSave { pub parent_object: VipsForeign, pub strip: gboolean, pub background: *mut VipsArrayDouble, pub page_height: c_int, pub in_: *mut VipsImage, pub ready: *mut VipsImage, }

Fields

Trait Implementations

impl Debug for _VipsForeignSave
[src]

Formats the value using the given formatter. Read more

impl Copy for _VipsForeignSave
[src]

impl Clone for _VipsForeignSave
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _VipsForeignSave

impl !Sync for _VipsForeignSave