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

Trait Implementations

impl Debug for _VipsFormatClass
[src]

Formats the value using the given formatter. Read more

impl Copy for _VipsFormatClass
[src]

impl Clone for _VipsFormatClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for _VipsFormatClass

impl !Sync for _VipsFormatClass