Struct x11_dl::xlib::XExtCodes [−][src]
#[repr(C)]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 Debug for XExtCodes[src]
impl Debug for XExtCodesfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XExtCodes[src]
impl Clone for XExtCodesfn clone(&self) -> XExtCodes[src]
fn clone(&self) -> XExtCodesReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XExtCodes[src]
impl Copy for XExtCodesimpl PartialEq for XExtCodes[src]
impl PartialEq for XExtCodes