Struct x11::xft::XftFontSet
[−]
[src]
#[repr(C)]pub struct XftFontSet { pub nfont: c_int, pub sfont: c_int, pub fonts: *mut *mut XftPattern, }
Fields
nfont: c_int
sfont: c_int
fonts: *mut *mut XftPattern
Trait Implementations
impl Clone for XftFontSet
[src]
fn clone(&self) -> XftFontSet
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
impl Copy for XftFontSet
[src]
impl PartialEq for XftFontSet
[src]
fn eq(&self, __arg_0: &XftFontSet) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &XftFontSet) -> bool
This method tests for !=
.