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