Struct gdk4_x11_sys::xlib::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
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