[][src]Struct goa_sys::GoaMailIface

#[repr(C)]
pub struct GoaMailIface {
    pub parent_iface: GTypeInterface,
    pub get_email_address: Option<unsafe extern "C" fn(_: *mut GoaMail) -> *const c_char>,
    pub get_imap_host: Option<unsafe extern "C" fn(_: *mut GoaMail) -> *const c_char>,
    pub get_imap_supported: Option<unsafe extern "C" fn(_: *mut GoaMail) -> gboolean>,
    pub get_imap_use_tls: Option<unsafe extern "C" fn(_: *mut GoaMail) -> gboolean>,
    pub get_imap_user_name: Option<unsafe extern "C" fn(_: *mut GoaMail) -> *const c_char>,
    pub get_smtp_host: Option<unsafe extern "C" fn(_: *mut GoaMail) -> *const c_char>,
    pub get_smtp_supported: Option<unsafe extern "C" fn(_: *mut GoaMail) -> gboolean>,
    pub get_smtp_use_tls: Option<unsafe extern "C" fn(_: *mut GoaMail) -> gboolean>,
    pub get_smtp_user_name: Option<unsafe extern "C" fn(_: *mut GoaMail) -> *const c_char>,
    pub get_imap_accept_ssl_errors: Option<unsafe extern "C" fn(_: *mut GoaMail) -> gboolean>,
    pub get_imap_use_ssl: Option<unsafe extern "C" fn(_: *mut GoaMail) -> gboolean>,
    pub get_name: Option<unsafe extern "C" fn(_: *mut GoaMail) -> *const c_char>,
    pub get_smtp_accept_ssl_errors: Option<unsafe extern "C" fn(_: *mut GoaMail) -> gboolean>,
    pub get_smtp_use_auth: Option<unsafe extern "C" fn(_: *mut GoaMail) -> gboolean>,
    pub get_smtp_use_ssl: Option<unsafe extern "C" fn(_: *mut GoaMail) -> gboolean>,
    pub get_smtp_auth_login: Option<unsafe extern "C" fn(_: *mut GoaMail) -> gboolean>,
    pub get_smtp_auth_plain: Option<unsafe extern "C" fn(_: *mut GoaMail) -> gboolean>,
    pub get_smtp_auth_xoauth2: Option<unsafe extern "C" fn(_: *mut GoaMail) -> gboolean>,
}

Fields

parent_iface: GTypeInterfaceget_email_address: Option<unsafe extern "C" fn(_: *mut GoaMail) -> *const c_char>get_imap_host: Option<unsafe extern "C" fn(_: *mut GoaMail) -> *const c_char>get_imap_supported: Option<unsafe extern "C" fn(_: *mut GoaMail) -> gboolean>get_imap_use_tls: Option<unsafe extern "C" fn(_: *mut GoaMail) -> gboolean>get_imap_user_name: Option<unsafe extern "C" fn(_: *mut GoaMail) -> *const c_char>get_smtp_host: Option<unsafe extern "C" fn(_: *mut GoaMail) -> *const c_char>get_smtp_supported: Option<unsafe extern "C" fn(_: *mut GoaMail) -> gboolean>get_smtp_use_tls: Option<unsafe extern "C" fn(_: *mut GoaMail) -> gboolean>get_smtp_user_name: Option<unsafe extern "C" fn(_: *mut GoaMail) -> *const c_char>get_imap_accept_ssl_errors: Option<unsafe extern "C" fn(_: *mut GoaMail) -> gboolean>get_imap_use_ssl: Option<unsafe extern "C" fn(_: *mut GoaMail) -> gboolean>get_name: Option<unsafe extern "C" fn(_: *mut GoaMail) -> *const c_char>get_smtp_accept_ssl_errors: Option<unsafe extern "C" fn(_: *mut GoaMail) -> gboolean>get_smtp_use_auth: Option<unsafe extern "C" fn(_: *mut GoaMail) -> gboolean>get_smtp_use_ssl: Option<unsafe extern "C" fn(_: *mut GoaMail) -> gboolean>get_smtp_auth_login: Option<unsafe extern "C" fn(_: *mut GoaMail) -> gboolean>get_smtp_auth_plain: Option<unsafe extern "C" fn(_: *mut GoaMail) -> gboolean>get_smtp_auth_xoauth2: Option<unsafe extern "C" fn(_: *mut GoaMail) -> gboolean>

Trait Implementations

impl Clone for GoaMailIface[src]

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

Performs copy-assignment from source. Read more

impl Copy for GoaMailIface[src]

impl Debug for GoaMailIface[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]