Union gtk_sys::GtkTextAttributes_u1
source · #[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§
source§impl Clone for GtkTextAttributes_u1
impl Clone for GtkTextAttributes_u1
source§fn clone(&self) -> GtkTextAttributes_u1
fn clone(&self) -> GtkTextAttributes_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