Struct x11_dl::xft::XftCharSpec [−][src]
Fields
ucs4: FcChar32
x: c_short
y: c_short
Trait Implementations
impl Debug for XftCharSpec[src]
impl Debug for XftCharSpecfn 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 XftCharSpec[src]
impl Clone for XftCharSpecfn clone(&self) -> XftCharSpec[src]
fn clone(&self) -> XftCharSpecReturns 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 XftCharSpec[src]
impl Copy for XftCharSpecimpl PartialEq for XftCharSpec[src]
impl PartialEq for XftCharSpecfn eq(&self, other: &XftCharSpec) -> bool[src]
fn eq(&self, other: &XftCharSpec) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XftCharSpec) -> bool[src]
fn ne(&self, other: &XftCharSpec) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for XftCharSpec
impl Send for XftCharSpecimpl Sync for XftCharSpec
impl Sync for XftCharSpec