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
extension: c_int
major_opcode: c_int
first_event: c_int
first_error: c_int
Trait Implementations
impl PartialEq for XExtCodes[src]
fn eq(&self, __arg_0: &XExtCodes) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XExtCodes) -> bool
This method tests for !=.
impl Copy for XExtCodes[src]
impl Clone for XExtCodes[src]
fn clone(&self) -> XExtCodes
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more