Struct x11_dl::xrender::_XGlyphElt32 [] [src]

pub struct _XGlyphElt32 {
    pub glyphset: GlyphSet,
    pub chars: *mut c_uint,
    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 _XGlyphElt32

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

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

impl Copy for _XGlyphElt32

impl Clone for _XGlyphElt32

fn clone(&self) -> _XGlyphElt32

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