Struct frida_sys::_GFileEnumeratorClass
source · [−]#[repr(C)]pub struct _GFileEnumeratorClass {Show 14 fields
pub parent_class: GObjectClass,
pub next_file: Option<unsafe extern "C" fn(enumerator: *mut GFileEnumerator, cancellable: *mut GCancellable, error: *mut *mut GError) -> *mut GFileInfo>,
pub close_fn: Option<unsafe extern "C" fn(enumerator: *mut GFileEnumerator, cancellable: *mut GCancellable, error: *mut *mut GError) -> gboolean>,
pub next_files_async: Option<unsafe extern "C" fn(enumerator: *mut GFileEnumerator, num_files: c_int, io_priority: c_int, cancellable: *mut GCancellable, callback: GAsyncReadyCallback, user_data: gpointer)>,
pub next_files_finish: Option<unsafe extern "C" fn(enumerator: *mut GFileEnumerator, result: *mut GAsyncResult, error: *mut *mut GError) -> *mut GList>,
pub close_async: Option<unsafe extern "C" fn(enumerator: *mut GFileEnumerator, io_priority: c_int, cancellable: *mut GCancellable, callback: GAsyncReadyCallback, user_data: gpointer)>,
pub close_finish: Option<unsafe extern "C" fn(enumerator: *mut GFileEnumerator, result: *mut GAsyncResult, error: *mut *mut GError) -> gboolean>,
pub _g_reserved1: Option<unsafe extern "C" fn()>,
pub _g_reserved2: Option<unsafe extern "C" fn()>,
pub _g_reserved3: Option<unsafe extern "C" fn()>,
pub _g_reserved4: Option<unsafe extern "C" fn()>,
pub _g_reserved5: Option<unsafe extern "C" fn()>,
pub _g_reserved6: Option<unsafe extern "C" fn()>,
pub _g_reserved7: Option<unsafe extern "C" fn()>,
}Fields
parent_class: GObjectClassnext_file: Option<unsafe extern "C" fn(enumerator: *mut GFileEnumerator, cancellable: *mut GCancellable, error: *mut *mut GError) -> *mut GFileInfo>close_fn: Option<unsafe extern "C" fn(enumerator: *mut GFileEnumerator, cancellable: *mut GCancellable, error: *mut *mut GError) -> gboolean>next_files_async: Option<unsafe extern "C" fn(enumerator: *mut GFileEnumerator, num_files: c_int, io_priority: c_int, cancellable: *mut GCancellable, callback: GAsyncReadyCallback, user_data: gpointer)>next_files_finish: Option<unsafe extern "C" fn(enumerator: *mut GFileEnumerator, result: *mut GAsyncResult, error: *mut *mut GError) -> *mut GList>close_async: Option<unsafe extern "C" fn(enumerator: *mut GFileEnumerator, io_priority: c_int, cancellable: *mut GCancellable, callback: GAsyncReadyCallback, user_data: gpointer)>close_finish: Option<unsafe extern "C" fn(enumerator: *mut GFileEnumerator, result: *mut GAsyncResult, error: *mut *mut GError) -> gboolean>_g_reserved1: Option<unsafe extern "C" fn()>_g_reserved2: Option<unsafe extern "C" fn()>_g_reserved3: Option<unsafe extern "C" fn()>_g_reserved4: Option<unsafe extern "C" fn()>_g_reserved5: Option<unsafe extern "C" fn()>_g_reserved6: Option<unsafe extern "C" fn()>_g_reserved7: Option<unsafe extern "C" fn()>Trait Implementations
sourceimpl Clone for _GFileEnumeratorClass
impl Clone for _GFileEnumeratorClass
sourcefn clone(&self) -> _GFileEnumeratorClass
fn clone(&self) -> _GFileEnumeratorClass
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for _GFileEnumeratorClass
impl Debug for _GFileEnumeratorClass
impl Copy for _GFileEnumeratorClass
Auto Trait Implementations
impl RefUnwindSafe for _GFileEnumeratorClass
impl !Send for _GFileEnumeratorClass
impl !Sync for _GFileEnumeratorClass
impl Unpin for _GFileEnumeratorClass
impl UnwindSafe for _GFileEnumeratorClass
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more