[][src]Struct gtk_sys::GtkToolShellIface

#[repr(C)]pub struct GtkToolShellIface {
    pub g_iface: GTypeInterface,
    pub get_icon_size: Option<unsafe extern "C" fn(_: *mut GtkToolShell) -> GtkIconSize>,
    pub get_orientation: Option<unsafe extern "C" fn(_: *mut GtkToolShell) -> GtkOrientation>,
    pub get_style: Option<unsafe extern "C" fn(_: *mut GtkToolShell) -> GtkToolbarStyle>,
    pub get_relief_style: Option<unsafe extern "C" fn(_: *mut GtkToolShell) -> GtkReliefStyle>,
    pub rebuild_menu: Option<unsafe extern "C" fn(_: *mut GtkToolShell)>,
    pub get_text_orientation: Option<unsafe extern "C" fn(_: *mut GtkToolShell) -> GtkOrientation>,
    pub get_text_alignment: Option<unsafe extern "C" fn(_: *mut GtkToolShell) -> c_float>,
    pub get_ellipsize_mode: Option<unsafe extern "C" fn(_: *mut GtkToolShell) -> PangoEllipsizeMode>,
    pub get_text_size_group: Option<unsafe extern "C" fn(_: *mut GtkToolShell) -> *mut GtkSizeGroup>,
}

Fields

g_iface: GTypeInterfaceget_icon_size: Option<unsafe extern "C" fn(_: *mut GtkToolShell) -> GtkIconSize>get_orientation: Option<unsafe extern "C" fn(_: *mut GtkToolShell) -> GtkOrientation>get_style: Option<unsafe extern "C" fn(_: *mut GtkToolShell) -> GtkToolbarStyle>get_relief_style: Option<unsafe extern "C" fn(_: *mut GtkToolShell) -> GtkReliefStyle>rebuild_menu: Option<unsafe extern "C" fn(_: *mut GtkToolShell)>get_text_orientation: Option<unsafe extern "C" fn(_: *mut GtkToolShell) -> GtkOrientation>get_text_alignment: Option<unsafe extern "C" fn(_: *mut GtkToolShell) -> c_float>get_ellipsize_mode: Option<unsafe extern "C" fn(_: *mut GtkToolShell) -> PangoEllipsizeMode>get_text_size_group: Option<unsafe extern "C" fn(_: *mut GtkToolShell) -> *mut GtkSizeGroup>

Trait Implementations

impl Clone for GtkToolShellIface[src]

impl Copy for GtkToolShellIface[src]

impl Debug for GtkToolShellIface[src]

Auto Trait Implementations

impl RefUnwindSafe for GtkToolShellIface

impl Send for GtkToolShellIface

impl Sync for GtkToolShellIface

impl Unpin for GtkToolShellIface

impl UnwindSafe for GtkToolShellIface

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.