Struct x11::xlib::XwcTextItem [] [src]

#[repr(C)]
pub struct XwcTextItem { pub chars: *mut wchar_t, pub nchars: c_int, pub delta: c_int, pub font_set: XFontSet, }

Fields

Trait Implementations

impl Debug for XwcTextItem
[src]

[src]

Formats the value using the given formatter.

impl Clone for XwcTextItem
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for XwcTextItem
[src]

impl PartialEq for XwcTextItem
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.