Union gtk_sys::GtkTextAttributes_u1[][src]

#[repr(C)]
pub union GtkTextAttributes_u1 { pub font_features: *mut c_char, pub padding: [c_uint; 2], }

Fields

Trait Implementations

impl Copy for GtkTextAttributes_u1
[src]

impl Clone for GtkTextAttributes_u1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkTextAttributes_u1
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkTextAttributes_u1

impl !Sync for GtkTextAttributes_u1