#[repr(C)]pub struct GIOStreamClass {Show 16 fields
pub parent_class: GObjectClass,
pub get_input_stream: Option<extern "C" fn(*mut GIOStream) -> *mut GInputStream>,
pub get_output_stream: Option<extern "C" fn(*mut GIOStream) -> *mut GOutputStream>,
pub close_fn: Option<extern "C" fn(*mut GIOStream, *mut GCancellable, *mut *mut GError) -> gboolean>,
pub close_async: Option<extern "C" fn(*mut GIOStream, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub close_finish: Option<extern "C" fn(*mut GIOStream, *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()>,
pub _g_reserved9: Option<extern "C" fn()>,
pub _g_reserved10: Option<extern "C" fn()>,
}Fields§
§parent_class: GObjectClass§get_input_stream: Option<extern "C" fn(*mut GIOStream) -> *mut GInputStream>§get_output_stream: Option<extern "C" fn(*mut GIOStream) -> *mut GOutputStream>§close_fn: Option<extern "C" fn(*mut GIOStream, *mut GCancellable, *mut *mut GError) -> gboolean>§close_async: Option<extern "C" fn(*mut GIOStream, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§close_finish: Option<extern "C" fn(*mut GIOStream, *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()>§_g_reserved9: Option<extern "C" fn()>§_g_reserved10: Option<extern "C" fn()>Auto Trait Implementations§
impl Freeze for GIOStreamClass
impl RefUnwindSafe for GIOStreamClass
impl !Send for GIOStreamClass
impl !Sync for GIOStreamClass
impl Unpin for GIOStreamClass
impl UnwindSafe for GIOStreamClass
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