Struct x11_dl::xrender::_XGlyphInfo [−][src]
#[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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for _XGlyphInfo
impl Send for _XGlyphInfo
impl Sync for _XGlyphInfo
impl Unpin for _XGlyphInfo
impl UnwindSafe for _XGlyphInfo
Blanket Implementations
Mutably borrows from an owned value. Read more