Struct gdk_x11_sys::xlib::XTextItem16 [−]
#[repr(C)]pub struct XTextItem16 { pub chars: *mut XChar2b, pub nchars: i32, pub delta: i32, pub font: u64, }
Fields
chars: *mut XChar2bnchars: i32delta: i32font: u64Trait Implementations
impl Clone for XTextItem16
impl Clone for XTextItem16pub fn clone(&self) -> XTextItem16
pub fn clone(&self) -> XTextItem16Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XTextItem16
impl Debug for XTextItem16impl PartialEq<XTextItem16> for XTextItem16
impl PartialEq<XTextItem16> for XTextItem16pub fn eq(&self, other: &XTextItem16) -> bool
pub fn eq(&self, other: &XTextItem16) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XTextItem16) -> bool
pub fn ne(&self, other: &XTextItem16) -> boolThis method tests for !=.
impl Copy for XTextItem16impl StructuralPartialEq for XTextItem16Auto Trait Implementations
impl RefUnwindSafe for XTextItem16impl !Send for XTextItem16impl !Sync for XTextItem16impl Unpin for XTextItem16impl UnwindSafe for XTextItem16Blanket Implementations
Mutably borrows from an owned value. Read more