Struct x11_dl::xrecord::XRecordInterceptData  
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct XRecordInterceptData { pub id_base: XID, pub server_time: Time, pub client_seq: c_ulong, pub category: c_int, pub client_swapped: Bool, pub data: *mut c_uchar, pub data_len: c_ulong, }
Fields
id_base: XID
                           
                           
                           
                           server_time: Time
                           
                           
                           
                           client_seq: c_ulong
                           
                           
                           
                           category: c_int
                           
                           
                           
                           client_swapped: Bool
                           
                           
                           
                           data: *mut c_uchar
                           
                           
                           
                           data_len: c_ulong
                           
            Trait Implementations
impl Debug for XRecordInterceptData[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for XRecordInterceptData[src]
fn clone(&self) -> XRecordInterceptData[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for XRecordInterceptData[src]
impl PartialEq for XRecordInterceptData[src]
fn eq(&self, __arg_0: &XRecordInterceptData) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XRecordInterceptData) -> bool[src]
This method tests for !=.