[−][src]Struct gio_sys::GVfsClass
Fields
parent_class: GObjectClass
is_active: Option<unsafe extern "C" fn(_: *mut GVfs) -> gboolean>
get_file_for_path: Option<unsafe extern "C" fn(_: *mut GVfs, _: *const c_char) -> *mut GFile>
get_file_for_uri: Option<unsafe extern "C" fn(_: *mut GVfs, _: *const c_char) -> *mut GFile>
get_supported_uri_schemes: Option<unsafe extern "C" fn(_: *mut GVfs) -> *const *const c_char>
parse_name: Option<unsafe extern "C" fn(_: *mut GVfs, _: *const c_char) -> *mut GFile>
local_file_add_info: Option<unsafe extern "C" fn(_: *mut GVfs, _: *const c_char, _: u64, _: *mut GFileAttributeMatcher, _: *mut GFileInfo, _: *mut GCancellable, _: *mut gpointer, _: *mut GDestroyNotify)>
add_writable_namespaces: Option<unsafe extern "C" fn(_: *mut GVfs, _: *mut GFileAttributeInfoList)>
local_file_set_attributes: Option<unsafe extern "C" fn(_: *mut GVfs, _: *const c_char, _: *mut GFileInfo, _: GFileQueryInfoFlags, _: *mut GCancellable, _: *mut *mut GError) -> gboolean>
local_file_removed: Option<unsafe extern "C" fn(_: *mut GVfs, _: *const c_char)>
local_file_moved: Option<unsafe extern "C" fn(_: *mut GVfs, _: *const c_char, _: *const c_char)>
deserialize_icon: Option<unsafe extern "C" fn(_: *mut GVfs, _: *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
Auto Trait Implementations
impl !Send for GVfsClass
impl Unpin for GVfsClass
impl !Sync for GVfsClass
impl UnwindSafe for GVfsClass
impl RefUnwindSafe for GVfsClass
Blanket Implementations
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for T
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,