pub type VipsSourceCustomClass = _VipsSourceCustomClass;
Aliased Type§
struct VipsSourceCustomClass {
pub parent_class: _VipsSourceClass,
pub read: Option<unsafe extern "C" fn(*mut _VipsSourceCustom, *mut c_void, i64) -> i64>,
pub seek: Option<unsafe extern "C" fn(*mut _VipsSourceCustom, i64, i32) -> i64>,
}
Fields§
§parent_class: _VipsSourceClass
§read: Option<unsafe extern "C" fn(*mut _VipsSourceCustom, *mut c_void, i64) -> i64>
§seek: Option<unsafe extern "C" fn(*mut _VipsSourceCustom, i64, i32) -> i64>
Trait Implementations
Source§impl Clone for _VipsSourceCustomClass
impl Clone for _VipsSourceCustomClass
Source§fn clone(&self) -> _VipsSourceCustomClass
fn clone(&self) -> _VipsSourceCustomClass
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 more