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

Trait Implementations

impl Clone for XftFont
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XftFont
[src]

impl PartialEq for XftFont
[src]

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

This method tests for !=.