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