Struct vips_sys::_VipsForeignLoadClass
[−]
[src]
#[repr(C)]pub struct _VipsForeignLoadClass { pub parent_class: VipsForeignClass, pub is_a: Option<unsafe extern "C" fn(filename: *const c_char) -> gboolean>, pub is_a_buffer: Option<unsafe extern "C" fn(data: *const c_void, size: usize) -> gboolean>, pub get_flags_filename: Option<unsafe extern "C" fn(filename: *const c_char) -> VipsForeignFlags>, pub get_flags: Option<unsafe extern "C" fn(load: *mut VipsForeignLoad) -> VipsForeignFlags>, pub header: Option<unsafe extern "C" fn(load: *mut VipsForeignLoad) -> c_int>, pub load: Option<unsafe extern "C" fn(load: *mut VipsForeignLoad) -> c_int>, }
Fields
parent_class: VipsForeignClass
is_a: Option<unsafe extern "C" fn(filename: *const c_char) -> gboolean>
is_a_buffer: Option<unsafe extern "C" fn(data: *const c_void, size: usize) -> gboolean>
get_flags_filename: Option<unsafe extern "C" fn(filename: *const c_char) -> VipsForeignFlags>
get_flags: Option<unsafe extern "C" fn(load: *mut VipsForeignLoad) -> VipsForeignFlags>
header: Option<unsafe extern "C" fn(load: *mut VipsForeignLoad) -> c_int>
load: Option<unsafe extern "C" fn(load: *mut VipsForeignLoad) -> c_int>
Trait Implementations
impl Debug for _VipsForeignLoadClass
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for _VipsForeignLoadClass
[src]
impl Clone for _VipsForeignLoadClass
[src]
fn clone(&self) -> _VipsForeignLoadClass
[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