#[repr(C)]pub struct _VipsSourceCustomClass {
pub parent_class: VipsSourceClass,
pub read: Option<unsafe extern "C" fn(source: *mut VipsSourceCustom, buffer: *mut c_void, length: gint64) -> gint64>,
pub seek: Option<unsafe extern "C" fn(source: *mut VipsSourceCustom, offset: gint64, whence: c_int) -> gint64>,
}Fields§
§parent_class: VipsSourceClass§read: Option<unsafe extern "C" fn(source: *mut VipsSourceCustom, buffer: *mut c_void, length: gint64) -> gint64>§seek: Option<unsafe extern "C" fn(source: *mut VipsSourceCustom, offset: gint64, whence: c_int) -> gint64>Trait Implementations§
Auto Trait Implementations§
impl Freeze for _VipsSourceCustomClass
impl RefUnwindSafe for _VipsSourceCustomClass
impl !Send for _VipsSourceCustomClass
impl !Sync for _VipsSourceCustomClass
impl Unpin for _VipsSourceCustomClass
impl UnwindSafe for _VipsSourceCustomClass
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