Struct frida_sys::_GVfsClass
source · #[repr(C)]pub struct _GVfsClass {Show 18 fields
pub parent_class: GObjectClass,
pub is_active: Option<unsafe extern "C" fn(vfs: *mut GVfs) -> gboolean>,
pub get_file_for_path: Option<unsafe extern "C" fn(vfs: *mut GVfs, path: *const c_char) -> *mut GFile>,
pub get_file_for_uri: Option<unsafe extern "C" fn(vfs: *mut GVfs, uri: *const c_char) -> *mut GFile>,
pub get_supported_uri_schemes: Option<unsafe extern "C" fn(vfs: *mut GVfs) -> *const *const gchar>,
pub parse_name: Option<unsafe extern "C" fn(vfs: *mut GVfs, parse_name: *const c_char) -> *mut GFile>,
pub local_file_add_info: Option<unsafe extern "C" fn(vfs: *mut GVfs, filename: *const c_char, device: guint64, attribute_matcher: *mut GFileAttributeMatcher, info: *mut GFileInfo, cancellable: *mut GCancellable, extra_data: *mut gpointer, free_extra_data: *mut GDestroyNotify)>,
pub add_writable_namespaces: Option<unsafe extern "C" fn(vfs: *mut GVfs, list: *mut GFileAttributeInfoList)>,
pub local_file_set_attributes: Option<unsafe extern "C" fn(vfs: *mut GVfs, filename: *const c_char, info: *mut GFileInfo, flags: GFileQueryInfoFlags, cancellable: *mut GCancellable, error: *mut *mut GError) -> gboolean>,
pub local_file_removed: Option<unsafe extern "C" fn(vfs: *mut GVfs, filename: *const c_char)>,
pub local_file_moved: Option<unsafe extern "C" fn(vfs: *mut GVfs, source: *const c_char, dest: *const c_char)>,
pub deserialize_icon: Option<unsafe extern "C" fn(vfs: *mut GVfs, value: *mut GVariant) -> *mut GIcon>,
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()>,
}Fields§
§parent_class: GObjectClass§is_active: Option<unsafe extern "C" fn(vfs: *mut GVfs) -> gboolean>§get_file_for_path: Option<unsafe extern "C" fn(vfs: *mut GVfs, path: *const c_char) -> *mut GFile>§get_file_for_uri: Option<unsafe extern "C" fn(vfs: *mut GVfs, uri: *const c_char) -> *mut GFile>§get_supported_uri_schemes: Option<unsafe extern "C" fn(vfs: *mut GVfs) -> *const *const gchar>§parse_name: Option<unsafe extern "C" fn(vfs: *mut GVfs, parse_name: *const c_char) -> *mut GFile>§local_file_add_info: Option<unsafe extern "C" fn(vfs: *mut GVfs, filename: *const c_char, device: guint64, attribute_matcher: *mut GFileAttributeMatcher, info: *mut GFileInfo, cancellable: *mut GCancellable, extra_data: *mut gpointer, free_extra_data: *mut GDestroyNotify)>§add_writable_namespaces: Option<unsafe extern "C" fn(vfs: *mut GVfs, list: *mut GFileAttributeInfoList)>§local_file_set_attributes: Option<unsafe extern "C" fn(vfs: *mut GVfs, filename: *const c_char, info: *mut GFileInfo, flags: GFileQueryInfoFlags, cancellable: *mut GCancellable, error: *mut *mut GError) -> gboolean>§local_file_removed: Option<unsafe extern "C" fn(vfs: *mut GVfs, filename: *const c_char)>§local_file_moved: Option<unsafe extern "C" fn(vfs: *mut GVfs, source: *const c_char, dest: *const c_char)>§deserialize_icon: Option<unsafe extern "C" fn(vfs: *mut GVfs, value: *mut GVariant) -> *mut GIcon>§_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()>Trait Implementations§
source§impl Clone for _GVfsClass
impl Clone for _GVfsClass
source§fn clone(&self) -> _GVfsClass
fn clone(&self) -> _GVfsClass
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more