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