Struct x11::xlib::XComposeStatus[][src]

#[repr(C)]
pub struct XComposeStatus { pub compose_ptr: XPointer, pub chars_matched: c_int, }

Fields

Trait Implementations

impl Debug for XComposeStatus
[src]

Formats the value using the given formatter. Read more

impl Clone for XComposeStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XComposeStatus
[src]

impl PartialEq for XComposeStatus
[src]

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

This method tests for !=.

Auto Trait Implementations