Struct gtk_sys::GtkTextAppearance
source · [−]#[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: GdkColorfg_color: GdkColorrise: c_intunderline: c_uintTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkTextAppearance
impl Send for GtkTextAppearance
impl Sync for GtkTextAppearance
impl Unpin for GtkTextAppearance
impl UnwindSafe for GtkTextAppearance
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more