Struct x11_dl::xft::XftFont [] [src]

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 PartialEq for XftFont
[src]

fn eq(&self, __arg_0: &XftFont) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &XftFont) -> bool

This method tests for !=.

impl Copy for XftFont
[src]

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