#[repr(C)]pub struct GFileIOStreamClass {Show 15 fields
pub parent_class: GIOStreamClass,
pub tell: Option<extern "C" fn(*mut GFileIOStream) -> i64>,
pub can_seek: Option<extern "C" fn(*mut GFileIOStream) -> gboolean>,
pub seek: Option<extern "C" fn(*mut GFileIOStream, i64, GSeekType, *mut GCancellable, *mut *mut GError) -> gboolean>,
pub can_truncate: Option<extern "C" fn(*mut GFileIOStream) -> gboolean>,
pub truncate_fn: Option<extern "C" fn(*mut GFileIOStream, i64, *mut GCancellable, *mut *mut GError) -> gboolean>,
pub query_info: Option<extern "C" fn(*mut GFileIOStream, *const gchar, *mut GCancellable, *mut *mut GError) -> *mut GFileInfo>,
pub query_info_async: Option<extern "C" fn(*mut GFileIOStream, *const gchar, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub query_info_finish: Option<extern "C" fn(*mut GFileIOStream, *mut GAsyncResult, *mut *mut GError) -> *mut GFileInfo>,
pub get_etag: Option<extern "C" fn(*mut GFileIOStream) -> *mut gchar>,
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: GIOStreamClass§tell: Option<extern "C" fn(*mut GFileIOStream) -> i64>§can_seek: Option<extern "C" fn(*mut GFileIOStream) -> gboolean>§seek: Option<extern "C" fn(*mut GFileIOStream, i64, GSeekType, *mut GCancellable, *mut *mut GError) -> gboolean>§can_truncate: Option<extern "C" fn(*mut GFileIOStream) -> gboolean>§truncate_fn: Option<extern "C" fn(*mut GFileIOStream, i64, *mut GCancellable, *mut *mut GError) -> gboolean>§query_info: Option<extern "C" fn(*mut GFileIOStream, *const gchar, *mut GCancellable, *mut *mut GError) -> *mut GFileInfo>§query_info_async: Option<extern "C" fn(*mut GFileIOStream, *const gchar, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§query_info_finish: Option<extern "C" fn(*mut GFileIOStream, *mut GAsyncResult, *mut *mut GError) -> *mut GFileInfo>§get_etag: Option<extern "C" fn(*mut GFileIOStream) -> *mut gchar>§_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 GFileIOStreamClass
impl RefUnwindSafe for GFileIOStreamClass
impl !Send for GFileIOStreamClass
impl !Sync for GFileIOStreamClass
impl Unpin for GFileIOStreamClass
impl UnwindSafe for GFileIOStreamClass
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