[][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]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for GtkRcStyle[src]

impl Debug for GtkRcStyle[src]

Auto Trait Implementations

impl !Send for GtkRcStyle

impl !Sync for GtkRcStyle

Blanket Implementations

impl<T> From for T[src]

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

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

type Owned = T

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.