Struct x11_dl::xrender::_XGlyphElt16 [] [src]

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

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

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

impl Copy for _XGlyphElt16

impl Clone for _XGlyphElt16

fn clone(&self) -> _XGlyphElt16

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