Struct x11::xrecord::XRecordRange
source · #[repr(C)]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§
source§impl Clone for XRecordRange
impl Clone for XRecordRange
source§fn clone(&self) -> XRecordRange
fn clone(&self) -> XRecordRange
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for XRecordRange
impl Debug for XRecordRange
source§impl PartialEq<XRecordRange> for XRecordRange
impl PartialEq<XRecordRange> for XRecordRange
source§fn eq(&self, other: &XRecordRange) -> bool
fn eq(&self, other: &XRecordRange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.