#[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 */
}
Formats the value using the given formatter.
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.