Struct gdk4_x11_sys::xlib::XwcTextItem [−][src]
#[repr(C)]pub struct XwcTextItem {
pub chars: *mut i32,
pub nchars: i32,
pub delta: i32,
pub font_set: *mut _XOC,
}
Fields
chars: *mut i32
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 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