[][src]Struct goa_sys::GoaAccountIface

#[repr(C)]
pub struct GoaAccountIface {
    pub parent_iface: GTypeInterface,
    pub handle_ensure_credentials: Option<unsafe extern "C" fn(_: *mut GoaAccount, _: *mut GDBusMethodInvocation) -> gboolean>,
    pub handle_remove: Option<unsafe extern "C" fn(_: *mut GoaAccount, _: *mut GDBusMethodInvocation) -> gboolean>,
    pub get_attention_needed: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>,
    pub get_calendar_disabled: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>,
    pub get_chat_disabled: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>,
    pub get_contacts_disabled: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>,
    pub get_documents_disabled: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>,
    pub get_id: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> *const c_char>,
    pub get_identity: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> *const c_char>,
    pub get_is_temporary: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>,
    pub get_mail_disabled: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>,
    pub get_presentation_identity: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> *const c_char>,
    pub get_provider_icon: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> *const c_char>,
    pub get_provider_name: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> *const c_char>,
    pub get_provider_type: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> *const c_char>,
    pub get_ticketing_disabled: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>,
    pub get_files_disabled: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>,
    pub get_photos_disabled: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>,
    pub get_printers_disabled: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>,
    pub get_read_later_disabled: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>,
    pub get_maps_disabled: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>,
    pub get_is_locked: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>,
    pub get_music_disabled: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>,
    pub get_todo_disabled: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>,
}

Fields

parent_iface: GTypeInterfacehandle_ensure_credentials: Option<unsafe extern "C" fn(_: *mut GoaAccount, _: *mut GDBusMethodInvocation) -> gboolean>handle_remove: Option<unsafe extern "C" fn(_: *mut GoaAccount, _: *mut GDBusMethodInvocation) -> gboolean>get_attention_needed: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>get_calendar_disabled: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>get_chat_disabled: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>get_contacts_disabled: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>get_documents_disabled: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>get_id: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> *const c_char>get_identity: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> *const c_char>get_is_temporary: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>get_mail_disabled: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>get_presentation_identity: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> *const c_char>get_provider_icon: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> *const c_char>get_provider_name: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> *const c_char>get_provider_type: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> *const c_char>get_ticketing_disabled: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>get_files_disabled: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>get_photos_disabled: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>get_printers_disabled: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>get_read_later_disabled: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>get_maps_disabled: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>get_is_locked: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>get_music_disabled: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>get_todo_disabled: Option<unsafe extern "C" fn(_: *mut GoaAccount) -> gboolean>

Trait Implementations

impl Clone for GoaAccountIface[src]

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

Performs copy-assignment from source. Read more

impl Copy for GoaAccountIface[src]

impl Debug for GoaAccountIface[src]

Auto Trait Implementations

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.

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

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

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