#[repr(C)]
pub struct SecretServiceClass { pub parent_class: GDBusProxyClass, pub collection_gtype: GType, pub item_gtype: GType, pub prompt_sync: Option<unsafe extern "C" fn(_: *mut SecretService, _: *mut SecretPrompt, _: *mut GCancellable, _: *const GVariantType, _: *mut *mut GError) -> *mut GVariant>, pub prompt_async: Option<unsafe extern "C" fn(_: *mut SecretService, _: *mut SecretPrompt, _: *const GVariantType, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>, pub prompt_finish: Option<unsafe extern "C" fn(_: *mut SecretService, _: *mut GAsyncResult, _: *mut *mut GError) -> *mut GVariant>, pub get_collection_gtype: Option<unsafe extern "C" fn(_: *mut SecretService) -> GType>, pub get_item_gtype: Option<unsafe extern "C" fn(_: *mut SecretService) -> GType>, pub padding: [gpointer; 14], }

Fields

parent_class: GDBusProxyClasscollection_gtype: GTypeitem_gtype: GTypeprompt_sync: Option<unsafe extern "C" fn(_: *mut SecretService, _: *mut SecretPrompt, _: *mut GCancellable, _: *const GVariantType, _: *mut *mut GError) -> *mut GVariant>prompt_async: Option<unsafe extern "C" fn(_: *mut SecretService, _: *mut SecretPrompt, _: *const GVariantType, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>prompt_finish: Option<unsafe extern "C" fn(_: *mut SecretService, _: *mut GAsyncResult, _: *mut *mut GError) -> *mut GVariant>get_collection_gtype: Option<unsafe extern "C" fn(_: *mut SecretService) -> GType>get_item_gtype: Option<unsafe extern "C" fn(_: *mut SecretService) -> GType>padding: [gpointer; 14]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

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

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.