[][src]Struct libdazzle_sys::DzlSuggestionClass

#[repr(C)]pub struct DzlSuggestionClass {
    pub parent_class: GObjectClass,
    pub suggest_suffix: Option<unsafe extern "C" fn(_: *mut DzlSuggestion, _: *const c_char) -> *mut c_char>,
    pub replace_typed_text: Option<unsafe extern "C" fn(_: *mut DzlSuggestion, _: *const c_char) -> *mut c_char>,
    pub get_icon: Option<unsafe extern "C" fn(_: *mut DzlSuggestion) -> *mut GIcon>,
    pub get_icon_surface: Option<unsafe extern "C" fn(_: *mut DzlSuggestion, _: *mut GtkWidget) -> *mut cairo_surface_t>,
    pub get_secondary_icon: Option<unsafe extern "C" fn(_: *mut DzlSuggestion) -> *mut GIcon>,
    pub get_secondary_icon_surface: Option<unsafe extern "C" fn(_: *mut DzlSuggestion, _: *mut GtkWidget) -> *mut cairo_surface_t>,
}

Fields

parent_class: GObjectClasssuggest_suffix: Option<unsafe extern "C" fn(_: *mut DzlSuggestion, _: *const c_char) -> *mut c_char>replace_typed_text: Option<unsafe extern "C" fn(_: *mut DzlSuggestion, _: *const c_char) -> *mut c_char>get_icon: Option<unsafe extern "C" fn(_: *mut DzlSuggestion) -> *mut GIcon>get_icon_surface: Option<unsafe extern "C" fn(_: *mut DzlSuggestion, _: *mut GtkWidget) -> *mut cairo_surface_t>get_secondary_icon: Option<unsafe extern "C" fn(_: *mut DzlSuggestion) -> *mut GIcon>get_secondary_icon_surface: Option<unsafe extern "C" fn(_: *mut DzlSuggestion, _: *mut GtkWidget) -> *mut cairo_surface_t>

Trait Implementations

impl Clone for DzlSuggestionClass[src]

impl Copy for DzlSuggestionClass[src]

impl Debug for DzlSuggestionClass[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.