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