Struct glutin::platform::unix::x11::ffi::_XGlyphInfo [−][src]
#[repr(C)]pub struct _XGlyphInfo {
pub width: u16,
pub height: u16,
pub x: i16,
pub y: i16,
pub xOff: i16,
pub yOff: i16,
}Fields
width: u16height: u16x: i16y: i16xOff: i16yOff: i16Trait 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
