Struct gtk_sys::GtkTextAttributes [−][src]
#[repr(C)]pub struct GtkTextAttributes { pub refcount: c_uint, // some fields omitted }
Fields
refcount: c_uint
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkTextAttributes
impl Send for GtkTextAttributes
impl Sync for GtkTextAttributes
impl Unpin for GtkTextAttributes
impl UnwindSafe for GtkTextAttributes