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