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

Trait Implementations

impl Debug for XftFont
[src]

[src]

Formats the value using the given formatter.

impl Clone for XftFont
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for XftFont
[src]

impl PartialEq for XftFont
[src]

[src]

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

[src]

This method tests for !=.