Struct x11::xft::XftCharFontSpec
source · #[repr(C)]pub struct XftCharFontSpec {
pub font: *mut XftFont,
pub ucs4: FcChar32,
pub x: c_short,
pub y: c_short,
}
Fields§
§font: *mut XftFont
§ucs4: FcChar32
§x: c_short
§y: c_short
Trait Implementations§
source§impl Clone for XftCharFontSpec
impl Clone for XftCharFontSpec
source§fn clone(&self) -> XftCharFontSpec
fn clone(&self) -> XftCharFontSpec
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 XftCharFontSpec
impl Debug for XftCharFontSpec
source§impl PartialEq<XftCharFontSpec> for XftCharFontSpec
impl PartialEq<XftCharFontSpec> for XftCharFontSpec
source§fn eq(&self, other: &XftCharFontSpec) -> bool
fn eq(&self, other: &XftCharFontSpec) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.