pub type VipsForeignSaveClass = _VipsForeignSaveClass;
Aliased Type§
struct VipsForeignSaveClass {
pub parent_class: _VipsForeignClass,
pub saveable: u32,
pub format_table: *mut i32,
pub coding: [i32; 7],
}
Fields§
§parent_class: _VipsForeignClass
§saveable: u32
§format_table: *mut i32
§coding: [i32; 7]
Trait Implementations
Source§impl Clone for _VipsForeignSaveClass
impl Clone for _VipsForeignSaveClass
Source§fn clone(&self) -> _VipsForeignSaveClass
fn clone(&self) -> _VipsForeignSaveClass
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more