Struct x11_dl::xlib::XTextItem16 [−][src]
#[repr(C)]pub struct XTextItem16 {
pub chars: *mut XChar2b,
pub nchars: c_int,
pub delta: c_int,
pub font: Font,
}
Fields
chars: *mut XChar2b
nchars: c_int
delta: c_int
font: Font
Trait 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 XTextItem16
impl !Send for XTextItem16
impl !Sync for XTextItem16
impl Unpin for XTextItem16
impl UnwindSafe for XTextItem16
Blanket Implementations
Mutably borrows from an owned value. Read more