#[repr(C)]
pub struct GtkStyle {
Show 14 fields pub parent_instance: GObject, pub fg: [GdkColor; 5], pub bg: [GdkColor; 5], pub light: [GdkColor; 5], pub dark: [GdkColor; 5], pub mid: [GdkColor; 5], pub text: [GdkColor; 5], pub base: [GdkColor; 5], pub text_aa: [GdkColor; 5], pub black: GdkColor, pub white: GdkColor, pub font_desc: *mut PangoFontDescription, pub xthickness: c_int, pub ythickness: c_int, /* private fields */
}

Fields

parent_instance: GObjectfg: [GdkColor; 5]bg: [GdkColor; 5]light: [GdkColor; 5]dark: [GdkColor; 5]mid: [GdkColor; 5]text: [GdkColor; 5]base: [GdkColor; 5]text_aa: [GdkColor; 5]black: GdkColorwhite: GdkColorfont_desc: *mut PangoFontDescriptionxthickness: c_intythickness: c_int

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.