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_charpadding: [c_uint; 2]
Trait Implementations
impl Copy for GtkTextAttributes_u1[src]
impl Copy for GtkTextAttributes_u1impl Clone for GtkTextAttributes_u1[src]
impl Clone for GtkTextAttributes_u1fn clone(&self) -> GtkTextAttributes_u1[src]
fn clone(&self) -> GtkTextAttributes_u1Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GtkTextAttributes_u1[src]
impl Debug for GtkTextAttributes_u1Auto Trait Implementations
impl !Send for GtkTextAttributes_u1
impl !Send for GtkTextAttributes_u1impl !Sync for GtkTextAttributes_u1
impl !Sync for GtkTextAttributes_u1