Union gtk_sys::GtkTextAppearance_u1
source · #[repr(C)]
pub union GtkTextAppearance_u1 {
pub rgba: [*mut GdkRGBA; 2],
pub padding: [c_uint; 4],
}
Fields§
§rgba: [*mut GdkRGBA; 2]
§padding: [c_uint; 4]
Trait Implementations§
source§impl Clone for GtkTextAppearance_u1
impl Clone for GtkTextAppearance_u1
source§fn clone(&self) -> GtkTextAppearance_u1
fn clone(&self) -> GtkTextAppearance_u1
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more