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