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

#[repr(C)]
pub struct XftFontSet { pub nfont: c_int, pub sfont: c_int, pub fonts: *mut *mut XftPattern, }

Fields

Trait Implementations

impl Debug for XftFontSet
[src]

[src]

Formats the value using the given formatter.

impl Clone for XftFontSet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for XftFontSet
[src]

impl PartialEq for XftFontSet
[src]

[src]

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

[src]

This method tests for !=.