Struct glutin_glx_sys::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 i32nchars: 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 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
