#[repr(C)]pub struct GInputStreamClass {Show 15 fields
pub parent_class: GObjectClass,
pub read_fn: Option<extern "C" fn(*mut GInputStream, gpointer, gsize, *mut GCancellable, *mut *mut GError) -> gssize>,
pub skip: Option<extern "C" fn(*mut GInputStream, gsize, *mut GCancellable, *mut *mut GError) -> gssize>,
pub close_fn: Option<extern "C" fn(*mut GInputStream, *mut GCancellable, *mut *mut GError) -> gboolean>,
pub read_async: Option<extern "C" fn(*mut GInputStream, *mut u8, gsize, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub read_finish: Option<extern "C" fn(*mut GInputStream, *mut GAsyncResult, *mut *mut GError) -> gssize>,
pub skip_async: Option<extern "C" fn(*mut GInputStream, gsize, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub skip_finish: Option<extern "C" fn(*mut GInputStream, *mut GAsyncResult, *mut *mut GError) -> gssize>,
pub close_async: Option<extern "C" fn(*mut GInputStream, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub close_finish: Option<extern "C" fn(*mut GInputStream, *mut GAsyncResult, *mut *mut GError) -> gboolean>,
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§
§parent_class: GObjectClass§read_fn: Option<extern "C" fn(*mut GInputStream, gpointer, gsize, *mut GCancellable, *mut *mut GError) -> gssize>§skip: Option<extern "C" fn(*mut GInputStream, gsize, *mut GCancellable, *mut *mut GError) -> gssize>§close_fn: Option<extern "C" fn(*mut GInputStream, *mut GCancellable, *mut *mut GError) -> gboolean>§read_async: Option<extern "C" fn(*mut GInputStream, *mut u8, gsize, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§read_finish: Option<extern "C" fn(*mut GInputStream, *mut GAsyncResult, *mut *mut GError) -> gssize>§skip_async: Option<extern "C" fn(*mut GInputStream, gsize, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§skip_finish: Option<extern "C" fn(*mut GInputStream, *mut GAsyncResult, *mut *mut GError) -> gssize>§close_async: Option<extern "C" fn(*mut GInputStream, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§close_finish: Option<extern "C" fn(*mut GInputStream, *mut GAsyncResult, *mut *mut GError) -> gboolean>§_g_reserved1: Option<extern "C" fn()>§_g_reserved2: Option<extern "C" fn()>§_g_reserved3: Option<extern "C" fn()>§_g_reserved4: Option<extern "C" fn()>§_g_reserved5: Option<extern "C" fn()>Auto Trait Implementations§
impl Freeze for GInputStreamClass
impl RefUnwindSafe for GInputStreamClass
impl !Send for GInputStreamClass
impl !Sync for GInputStreamClass
impl Unpin for GInputStreamClass
impl UnwindSafe for GInputStreamClass
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