Struct x11::xft::XftCharSpec
source · #[repr(C)]pub struct XftCharSpec {
pub ucs4: FcChar32,
pub x: c_short,
pub y: c_short,
}
Fields§
§ucs4: FcChar32
§x: c_short
§y: c_short
Trait Implementations§
source§impl Clone for XftCharSpec
impl Clone for XftCharSpec
source§fn clone(&self) -> XftCharSpec
fn clone(&self) -> XftCharSpec
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XftCharSpec
impl Debug for XftCharSpec
source§impl PartialEq<XftCharSpec> for XftCharSpec
impl PartialEq<XftCharSpec> for XftCharSpec
source§fn eq(&self, other: &XftCharSpec) -> bool
fn eq(&self, other: &XftCharSpec) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.