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]
fn clone(&self) -> GtkTextAppearance_u1
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more