Struct x11::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 Clone for XftFont
[src]
fn clone(&self) -> XftFont
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more