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]
impl Debug for XftFontfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XftFont[src]
impl Clone for XftFontfn clone(&self) -> XftFont[src]
fn clone(&self) -> XftFontReturns 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 Copy for XftFont[src]
impl Copy for XftFontimpl PartialEq for XftFont[src]
impl PartialEq for XftFont