#[repr(C)]pub struct GOutputStreamClass {Show 21 fields
pub parent_class: GObjectClass,
pub write_fn: Option<extern "C" fn(*mut GOutputStream, *mut u8, gsize, *mut GCancellable, *mut *mut GError) -> gssize>,
pub splice: Option<extern "C" fn(*mut GOutputStream, *mut GInputStream, GOutputStreamSpliceFlags, *mut GCancellable, *mut *mut GError) -> gssize>,
pub flush: Option<extern "C" fn(*mut GOutputStream, *mut GCancellable, *mut *mut GError) -> gboolean>,
pub close_fn: Option<extern "C" fn(*mut GOutputStream, *mut GCancellable, *mut *mut GError) -> gboolean>,
pub write_async: Option<extern "C" fn(*mut GOutputStream, *mut u8, gsize, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub write_finish: Option<extern "C" fn(*mut GOutputStream, *mut GAsyncResult, *mut *mut GError) -> gssize>,
pub splice_async: Option<extern "C" fn(*mut GOutputStream, *mut GInputStream, GOutputStreamSpliceFlags, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub splice_finish: Option<extern "C" fn(*mut GOutputStream, *mut GAsyncResult, *mut *mut GError) -> gssize>,
pub flush_async: Option<extern "C" fn(*mut GOutputStream, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub flush_finish: Option<extern "C" fn(*mut GOutputStream, *mut GAsyncResult, *mut *mut GError) -> gboolean>,
pub close_async: Option<extern "C" fn(*mut GOutputStream, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub close_finish: Option<extern "C" fn(*mut GOutputStream, *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()>,
pub _g_reserved6: Option<extern "C" fn()>,
pub _g_reserved7: Option<extern "C" fn()>,
pub _g_reserved8: Option<extern "C" fn()>,
}Fields§
§parent_class: GObjectClass§write_fn: Option<extern "C" fn(*mut GOutputStream, *mut u8, gsize, *mut GCancellable, *mut *mut GError) -> gssize>§splice: Option<extern "C" fn(*mut GOutputStream, *mut GInputStream, GOutputStreamSpliceFlags, *mut GCancellable, *mut *mut GError) -> gssize>§flush: Option<extern "C" fn(*mut GOutputStream, *mut GCancellable, *mut *mut GError) -> gboolean>§close_fn: Option<extern "C" fn(*mut GOutputStream, *mut GCancellable, *mut *mut GError) -> gboolean>§write_async: Option<extern "C" fn(*mut GOutputStream, *mut u8, gsize, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§write_finish: Option<extern "C" fn(*mut GOutputStream, *mut GAsyncResult, *mut *mut GError) -> gssize>§splice_async: Option<extern "C" fn(*mut GOutputStream, *mut GInputStream, GOutputStreamSpliceFlags, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§splice_finish: Option<extern "C" fn(*mut GOutputStream, *mut GAsyncResult, *mut *mut GError) -> gssize>§flush_async: Option<extern "C" fn(*mut GOutputStream, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§flush_finish: Option<extern "C" fn(*mut GOutputStream, *mut GAsyncResult, *mut *mut GError) -> gboolean>§close_async: Option<extern "C" fn(*mut GOutputStream, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§close_finish: Option<extern "C" fn(*mut GOutputStream, *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()>§_g_reserved6: Option<extern "C" fn()>§_g_reserved7: Option<extern "C" fn()>§_g_reserved8: Option<extern "C" fn()>Auto Trait Implementations§
impl Freeze for GOutputStreamClass
impl RefUnwindSafe for GOutputStreamClass
impl !Send for GOutputStreamClass
impl !Sync for GOutputStreamClass
impl Unpin for GOutputStreamClass
impl UnwindSafe for GOutputStreamClass
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