Struct x11_dl::xrecord::XRecordRange
[−]
[src]
pub struct XRecordRange {
pub core_requests: XRecordRange8,
pub core_replies: XRecordRange8,
pub ext_requests: XRecordExtRange,
pub ext_replies: XRecordExtRange,
pub delivered_events: XRecordRange8,
pub device_events: XRecordRange8,
pub errors: XRecordRange8,
pub client_started: Bool,
pub client_died: Bool,
}Fields
core_requests: XRecordRange8
core_replies: XRecordRange8
ext_requests: XRecordExtRange
ext_replies: XRecordExtRange
delivered_events: XRecordRange8
device_events: XRecordRange8
errors: XRecordRange8
client_started: Bool
client_died: Bool
Trait Implementations
impl PartialEq for XRecordRange[src]
fn eq(&self, __arg_0: &XRecordRange) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XRecordRange) -> bool
This method tests for !=.
impl Copy for XRecordRange[src]
impl Clone for XRecordRange[src]
fn clone(&self) -> XRecordRange
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