Struct x11_dl::xlib::XTextItem [−][src]
#[repr(C)]pub struct XTextItem {
pub chars: *mut c_char,
pub nchars: c_int,
pub delta: c_int,
pub font: Font,
}
Fields
chars: *mut c_char
nchars: c_int
delta: c_int
font: Font
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XTextItem
impl UnwindSafe for XTextItem
Blanket Implementations
Mutably borrows from an owned value. Read more