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

Trait Implementations

impl Debug for _VipsForeignLoadClass
[src]

Formats the value using the given formatter. Read more

impl Copy for _VipsForeignLoadClass
[src]

impl Clone for _VipsForeignLoadClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _VipsForeignLoadClass

impl !Sync for _VipsForeignLoadClass