[][src]Struct gtk_sys::GtkRcStyle

#[repr(C)]pub struct GtkRcStyle {
    pub parent_instance: GObject,
    pub name: *mut c_char,
    pub bg_pixmap_name: [*mut c_char; 5],
    pub font_desc: *mut PangoFontDescription,
    pub color_flags: [GtkRcFlags; 5],
    pub fg: [GdkColor; 5],
    pub bg: [GdkColor; 5],
    pub text: [GdkColor; 5],
    pub base: [GdkColor; 5],
    pub xthickness: c_int,
    pub ythickness: c_int,
    pub rc_properties: *mut GArray,
    pub rc_style_lists: *mut GSList,
    pub icon_factories: *mut GSList,
    pub engine_specified: c_uint,
}

Fields

parent_instance: GObjectname: *mut c_charbg_pixmap_name: [*mut c_char; 5]font_desc: *mut PangoFontDescriptioncolor_flags: [GtkRcFlags; 5]fg: [GdkColor; 5]bg: [GdkColor; 5]text: [GdkColor; 5]base: [GdkColor; 5]xthickness: c_intythickness: c_intrc_properties: *mut GArrayrc_style_lists: *mut GSListicon_factories: *mut GSListengine_specified: c_uint

Trait Implementations

impl Clone for GtkRcStyle[src]

impl Copy for GtkRcStyle[src]

impl Debug for GtkRcStyle[src]

Auto Trait Implementations

impl RefUnwindSafe for GtkRcStyle

impl !Send for GtkRcStyle

impl !Sync for GtkRcStyle

impl Unpin for GtkRcStyle

impl UnwindSafe for GtkRcStyle

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.