Struct gio_sys::GPermissionClass[][src]

#[repr(C)]
pub struct GPermissionClass { pub parent_class: GObjectClass, pub acquire: Option<unsafe extern "C" fn(_: *mut GPermission, _: *mut GCancellable, _: *mut *mut GError) -> gboolean>, pub acquire_async: Option<unsafe extern "C" fn(_: *mut GPermission, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>, pub acquire_finish: Option<unsafe extern "C" fn(_: *mut GPermission, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>, pub release: Option<unsafe extern "C" fn(_: *mut GPermission, _: *mut GCancellable, _: *mut *mut GError) -> gboolean>, pub release_async: Option<unsafe extern "C" fn(_: *mut GPermission, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>, pub release_finish: Option<unsafe extern "C" fn(_: *mut GPermission, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>, pub reserved: [gpointer; 16], }

Fields

Trait Implementations

impl Copy for GPermissionClass
[src]

impl Clone for GPermissionClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GPermissionClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations