Struct gdk_x11_sys::xlib::XmbTextItem
source · [−]#[repr(C)]pub struct XmbTextItem {
pub chars: *mut i8,
pub nchars: i32,
pub delta: i32,
pub font_set: *mut _XOC,
}
Fields
chars: *mut i8
nchars: i32
delta: i32
font_set: *mut _XOC
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 XmbTextItem
impl !Send for XmbTextItem
impl !Sync for XmbTextItem
impl Unpin for XmbTextItem
impl UnwindSafe for XmbTextItem
Blanket Implementations
Mutably borrows from an owned value. Read more