Union gtk_sys::GtkTextAppearance_u1 [] [src]

#[repr(C)]
pub union GtkTextAppearance_u1 { pub rgba: [GdkRGBA; 2], pub padding: [c_uint; 4], }

Fields

rgba: [GdkRGBA; 2] padding: [c_uint; 4]

Trait Implementations

impl Copy for GtkTextAppearance_u1
[src]

impl Clone for GtkTextAppearance_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 GtkTextAppearance_u1
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations