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