Struct gio_2_0_sys::GBufferedInputStreamClass [] [src]

#[repr(C)]
pub struct GBufferedInputStreamClass { pub parent_class: GFilterInputStreamClass, pub fill: Option<extern "C" fn(_: *mut GBufferedInputStream, _: gssize, _: *mut GCancellable, _: *mut *mut GError) -> gssize>, pub fill_async: Option<extern "C" fn(_: *mut GBufferedInputStream, _: gssize, _: gint, _: *mut GCancellable, _: Option<GAsyncReadyCallback>, _: gpointer)>, pub fill_finish: Option<extern "C" fn(_: *mut GBufferedInputStream, _: *mut GAsyncResult, _: *mut *mut GError) -> gssize>, pub _g_reserved1: Option<extern "C" fn()>, pub _g_reserved2: Option<extern "C" fn()>, pub _g_reserved3: Option<extern "C" fn()>, pub _g_reserved4: Option<extern "C" fn()>, pub _g_reserved5: Option<extern "C" fn()>, }

Fields