#[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: size_t) -> gboolean>,
pub is_a_source: Option<unsafe extern "C" fn(source: *mut VipsSource) -> 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: size_t) -> gboolean>§is_a_source: Option<unsafe extern "C" fn(source: *mut VipsSource) -> 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§
Auto Trait Implementations§
impl Freeze for _VipsForeignLoadClass
impl RefUnwindSafe for _VipsForeignLoadClass
impl !Send for _VipsForeignLoadClass
impl !Sync for _VipsForeignLoadClass
impl Unpin for _VipsForeignLoadClass
impl UnwindSafe for _VipsForeignLoadClass
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more