Union gtk_sys::GtkTextAttributes_u1 [] [src]

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

Fields

font_features: *mut c_char padding: [c_uint; 2]

Trait Implementations

impl Copy for GtkTextAttributes_u1
[src]

impl Clone for GtkTextAttributes_u1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkTextAttributes_u1
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations