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_ushortheight: c_ushortx: c_shorty: c_shortxOff: c_shortyOff: c_shortTrait 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
