#[repr(C)]pub struct GtkTextAppearance {
pub bg_color: GdkColor,
pub fg_color: GdkColor,
pub rise: c_int,
pub underline: c_uint,
/* private fields */
}
Fields§
§bg_color: GdkColor
§fg_color: GdkColor
§rise: c_int
§underline: c_uint
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GtkTextAppearance
impl RefUnwindSafe for GtkTextAppearance
impl Send for GtkTextAppearance
impl Sync for GtkTextAppearance
impl Unpin for GtkTextAppearance
impl UnwindSafe for GtkTextAppearance
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more