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

Trait Implementations

impl Clone for XRecordInterceptData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XRecordInterceptData
[src]

impl PartialEq for XRecordInterceptData
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.