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
nfont: c_int
sfont: c_int
fonts: *mut *mut XftPattern
Trait Implementations
impl Debug for XftFontSet[src]
impl Debug for XftFontSetfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XftFontSet[src]
impl Clone for XftFontSetfn clone(&self) -> XftFontSet[src]
fn clone(&self) -> XftFontSetReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XftFontSet[src]
impl Copy for XftFontSetimpl PartialEq for XftFontSet[src]
impl PartialEq for XftFontSetfn eq(&self, other: &XftFontSet) -> bool[src]
fn eq(&self, other: &XftFontSet) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XftFontSet) -> bool[src]
fn ne(&self, other: &XftFontSet) -> boolThis method tests for !=.
Auto Trait Implementations
impl !Send for XftFontSet
impl !Send for XftFontSetimpl !Sync for XftFontSet
impl !Sync for XftFontSet