[]Struct gdk_x11_sys::xlib::XTextItem16

#[repr(C)]pub struct XTextItem16 {
    pub chars: *mut XChar2b,
    pub nchars: i32,
    pub delta: i32,
    pub font: u64,
}

Fields

chars: *mut XChar2bnchars: i32delta: i32font: u64

Trait Implementations

impl Clone for XTextItem16

impl Copy for XTextItem16

impl Debug for XTextItem16

impl PartialEq<XTextItem16> for XTextItem16

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]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.