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
parent_object: VipsForeign
strip: gboolean
background: *mut VipsArrayDouble
page_height: c_int
in_: *mut VipsImage
ready: *mut VipsImage
Trait Implementations
impl Debug for _VipsForeignSave
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for _VipsForeignSave
[src]
impl Clone for _VipsForeignSave
[src]
fn clone(&self) -> _VipsForeignSave
[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