#[repr(C)]pub struct _VipsForeignSave {
pub parent_object: VipsForeign,
pub strip: gboolean,
pub keep: VipsForeignKeep,
pub profile: *mut c_char,
pub background: *mut VipsArrayDouble,
pub page_height: c_int,
pub in_: *mut VipsImage,
pub ready: *mut VipsImage,
}Fields§
§parent_object: VipsForeign§strip: gboolean§keep: VipsForeignKeep§profile: *mut c_char§background: *mut VipsArrayDouble§page_height: c_int§in_: *mut VipsImage§ready: *mut VipsImageTrait Implementations§
Auto Trait Implementations§
impl Freeze for _VipsForeignSave
impl RefUnwindSafe for _VipsForeignSave
impl !Send for _VipsForeignSave
impl !Sync for _VipsForeignSave
impl Unpin for _VipsForeignSave
impl UnwindSafe for _VipsForeignSave
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more