Struct glutin_glx_sys::XTextItem [−][src]
#[repr(C)]pub struct XTextItem { pub chars: *mut i8, pub nchars: i32, pub delta: i32, pub font: u64, }
Fields
chars: *mut i8
nchars: i32
delta: i32
font: u64
Trait Implementations
impl Clone for XTextItem
[src][+]
impl Copy for XTextItem
[src]
impl Debug for XTextItem
[src][+]
impl PartialEq<XTextItem> for XTextItem
[src][+]
impl StructuralPartialEq for XTextItem
[src]
Auto Trait Implementations
impl RefUnwindSafe for XTextItem
impl !Send for XTextItem
impl !Sync for XTextItem
impl Unpin for XTextItem
impl UnwindSafe for XTextItem
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>,