[][src]Struct gio_sys::GVfsClass

#[repr(C)]
pub struct GVfsClass { pub parent_class: GObjectClass, pub is_active: Option<unsafe extern "C" fn(_: *mut GVfs) -> gboolean>, pub get_file_for_path: Option<unsafe extern "C" fn(_: *mut GVfs, _: *const c_char) -> *mut GFile>, pub get_file_for_uri: Option<unsafe extern "C" fn(_: *mut GVfs, _: *const c_char) -> *mut GFile>, pub get_supported_uri_schemes: Option<unsafe extern "C" fn(_: *mut GVfs) -> *const *const c_char>, pub parse_name: Option<unsafe extern "C" fn(_: *mut GVfs, _: *const c_char) -> *mut GFile>, pub 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)>, pub add_writable_namespaces: Option<unsafe extern "C" fn(_: *mut GVfs, _: *mut GFileAttributeInfoList)>, pub local_file_set_attributes: Option<unsafe extern "C" fn(_: *mut GVfs, _: *const c_char, _: *mut GFileInfo, _: GFileQueryInfoFlags, _: *mut GCancellable, _: *mut *mut GError) -> gboolean>, pub local_file_removed: Option<unsafe extern "C" fn(_: *mut GVfs, _: *const c_char)>, pub local_file_moved: Option<unsafe extern "C" fn(_: *mut GVfs, _: *const c_char, _: *const c_char)>, pub deserialize_icon: Option<unsafe extern "C" fn(_: *mut GVfs, _: *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: GObjectClassis_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

impl Clone for GVfsClass[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for GVfsClass[src]

impl Debug for GVfsClass[src]

Auto Trait Implementations

impl !Send for GVfsClass

impl !Sync for GVfsClass

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.