Struct x11_dl::xrender::_XGlyphElt8 [] [src]

pub struct _XGlyphElt8 {
    pub glyphset: GlyphSet,
    pub chars: *mut c_char,
    pub nchars: c_int,
    pub xOff: c_int,
    pub yOff: c_int,
}

Fields

glyphset
chars
nchars
xOff
yOff

Trait Implementations

Derived Implementations

impl PartialEq for _XGlyphElt8

fn eq(&self, __arg_0: &_XGlyphElt8) -> bool

fn ne(&self, __arg_0: &_XGlyphElt8) -> bool

impl Copy for _XGlyphElt8

impl Clone for _XGlyphElt8

fn clone(&self) -> _XGlyphElt8

1.0.0fn clone_from(&mut self, source: &Self)