Struct x11_dl::xlib::XComposeStatus [] [src]

pub struct XComposeStatus {
    pub compose_ptr: XPointer,
    pub chars_matched: c_int,
}

Fields

Trait Implementations

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 !=.

impl Copy for XComposeStatus
[src]

impl Clone for XComposeStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more