#[repr(C)]
pub struct GtkRcStyle {
Show 15 fields 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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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 resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

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

Uses borrowed data to replace owned data, usually by cloning. Read more

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.