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: XIDserver_time: Timeclient_seq: c_ulongcategory: c_intclient_swapped: Booldata: *mut c_uchardata_len: c_ulongTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for XRecordInterceptData
impl !Send for XRecordInterceptData
impl !Sync for XRecordInterceptData
impl Unpin for XRecordInterceptData
impl UnwindSafe for XRecordInterceptData
Blanket Implementations
Mutably borrows from an owned value. Read more
