[][src]Struct gtk_sys::GtkComboBoxText

#[repr(C)]pub struct GtkComboBoxText {
    pub parent_instance: GtkComboBox,
    pub priv_: *mut GtkComboBoxTextPrivate,
}

Fields

parent_instance: GtkComboBoxpriv_: *mut GtkComboBoxTextPrivate

Trait Implementations

impl Clone for GtkComboBoxText[src]

impl Copy for GtkComboBoxText[src]

impl Debug for GtkComboBoxText[src]

Auto Trait Implementations

impl RefUnwindSafe for GtkComboBoxText

impl !Send for GtkComboBoxText

impl !Sync for GtkComboBoxText

impl Unpin for GtkComboBoxText

impl UnwindSafe for GtkComboBoxText

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.