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: i16
rbearing: i16
width: i16
ascent: i16
descent: i16
attributes: u16
Trait Implementations
impl Clone for XCharStruct
[src][+]
impl Copy for XCharStruct
[src]
impl Debug for XCharStruct
[src][+]
impl PartialEq<XCharStruct> for XCharStruct
[src][+]
impl StructuralPartialEq for XCharStruct
[src]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,