Struct x11_dl::xft::XftFontSet [] [src]

pub struct XftFontSet {
    pub nfont: c_int,
    pub sfont: c_int,
    pub fonts: *mut *mut XftPattern,
}

Fields

Trait Implementations

impl PartialEq for XftFontSet
[src]

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

This method tests for !=.

impl Copy for XftFontSet
[src]

impl Clone for XftFontSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more