Struct gtk_sys::GtkTextAttributes [] [src]

#[repr(C)]
pub struct GtkTextAttributes { pub refcount: c_uint, // some fields omitted }

Fields

Trait Implementations

impl Debug for GtkTextAttributes
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations