Struct x11_dl::xlib::XExtCodes [] [src]

pub struct XExtCodes {
    pub extension: c_int,
    pub major_opcode: c_int,
    pub first_event: c_int,
    pub first_error: c_int,
}

Fields

Trait Implementations

impl PartialEq for XExtCodes
[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 XExtCodes
[src]

impl Clone for XExtCodes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more