#[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§
Source§impl Clone for _VipsForeignLoadClass
impl Clone for _VipsForeignLoadClass
Source§fn clone(&self) -> _VipsForeignLoadClass
fn clone(&self) -> _VipsForeignLoadClass
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _VipsForeignLoadClass
impl Debug for _VipsForeignLoadClass
Source§impl PartialEq for _VipsForeignLoadClass
impl PartialEq for _VipsForeignLoadClass
impl Copy for _VipsForeignLoadClass
impl Eq for _VipsForeignLoadClass
impl StructuralPartialEq for _VipsForeignLoadClass
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