Struct glutin_glx_sys::XCharStruct [−][src]
#[repr(C)]pub struct XCharStruct {
pub lbearing: i16,
pub rbearing: i16,
pub width: i16,
pub ascent: i16,
pub descent: i16,
pub attributes: u16,
}Fields
lbearing: i16rbearing: i16width: i16ascent: i16descent: i16attributes: u16Trait 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 XCharStruct
impl Send for XCharStruct
impl Sync for XCharStruct
impl Unpin for XCharStruct
impl UnwindSafe for XCharStruct
Blanket Implementations
Mutably borrows from an owned value. Read more
