[][src]Struct sourceview4_sys::GtkSourceCompletionProposalIface

#[repr(C)]pub struct GtkSourceCompletionProposalIface {
    pub parent: GTypeInterface,
    pub get_label: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletionProposal) -> *mut c_char>,
    pub get_markup: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletionProposal) -> *mut c_char>,
    pub get_text: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletionProposal) -> *mut c_char>,
    pub get_icon: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletionProposal) -> *mut GdkPixbuf>,
    pub get_icon_name: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletionProposal) -> *mut c_char>,
    pub get_gicon: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletionProposal) -> *mut GIcon>,
    pub get_info: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletionProposal) -> *mut c_char>,
    pub hash: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletionProposal) -> c_uint>,
    pub equal: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletionProposal, _: *mut GtkSourceCompletionProposal) -> gboolean>,
    pub changed: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletionProposal)>,
}

Fields

parent: GTypeInterfaceget_label: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletionProposal) -> *mut c_char>get_markup: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletionProposal) -> *mut c_char>get_text: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletionProposal) -> *mut c_char>get_icon: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletionProposal) -> *mut GdkPixbuf>get_icon_name: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletionProposal) -> *mut c_char>get_gicon: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletionProposal) -> *mut GIcon>get_info: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletionProposal) -> *mut c_char>hash: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletionProposal) -> c_uint>equal: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletionProposal, _: *mut GtkSourceCompletionProposal) -> gboolean>changed: Option<unsafe extern "C" fn(_: *mut GtkSourceCompletionProposal)>

Trait Implementations

impl Clone for GtkSourceCompletionProposalIface[src]

impl Copy for GtkSourceCompletionProposalIface[src]

impl Debug for GtkSourceCompletionProposalIface[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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.