Struct glutin_glx_sys::XmbTextItem [−][src]
#[repr(C)]pub struct XmbTextItem {
pub chars: *mut i8,
pub nchars: i32,
pub delta: i32,
pub font_set: *mut _XOC,
}Fields
chars: *mut i8nchars: i32delta: i32font_set: *mut _XOCTrait 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
