Struct x11_dl::xft::XftFont  
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct XftFont { pub ascent: c_int, pub descent: c_int, pub height: c_int, pub max_advance_width: c_int, pub charset: *mut FcCharSet, pub pattern: *mut FcPattern, }
Fields
ascent: c_int
                           
                           
                           
                           descent: c_int
                           
                           
                           
                           height: c_int
                           
                           
                           
                           max_advance_width: c_int
                           
                           
                           
                           charset: *mut FcCharSet
                           
                           
                           
                           pattern: *mut FcPattern
                           
            Trait Implementations
impl Debug for XftFont[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for XftFont[src]
fn clone(&self) -> XftFont[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