Struct vips_sys::_VipsFormatClass [−][src]
#[repr(C)]pub struct _VipsFormatClass { pub parent_class: VipsObjectClass, pub is_a: Option<unsafe extern "C" fn(arg1: *const c_char) -> gboolean>, pub header: Option<unsafe extern "C" fn(arg1: *const c_char, arg2: *mut VipsImage) -> c_int>, pub load: Option<unsafe extern "C" fn(arg1: *const c_char, arg2: *mut VipsImage) -> c_int>, pub save: Option<unsafe extern "C" fn(arg1: *mut VipsImage, arg2: *const c_char) -> c_int>, pub get_flags: Option<unsafe extern "C" fn(arg1: *const c_char) -> VipsFormatFlags>, pub priority: c_int, pub suffs: *mut *const c_char, }
Fields
parent_class: VipsObjectClass
is_a: Option<unsafe extern "C" fn(arg1: *const c_char) -> gboolean>
header: Option<unsafe extern "C" fn(arg1: *const c_char, arg2: *mut VipsImage) -> c_int>
load: Option<unsafe extern "C" fn(arg1: *const c_char, arg2: *mut VipsImage) -> c_int>
save: Option<unsafe extern "C" fn(arg1: *mut VipsImage, arg2: *const c_char) -> c_int>
get_flags: Option<unsafe extern "C" fn(arg1: *const c_char) -> VipsFormatFlags>
priority: c_int
suffs: *mut *const c_char
Trait Implementations
impl Debug for _VipsFormatClass
[src]
impl Debug for _VipsFormatClass
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for _VipsFormatClass
[src]
impl Copy for _VipsFormatClass
impl Clone for _VipsFormatClass
[src]
impl Clone for _VipsFormatClass
fn clone(&self) -> _VipsFormatClass
[src]
fn clone(&self) -> _VipsFormatClass
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl !Send for _VipsFormatClass
impl !Send for _VipsFormatClass
impl !Sync for _VipsFormatClass
impl !Sync for _VipsFormatClass