Struct x11_dl::xrecord::XRecordRange8
source · Fields§
§first: c_uchar
§last: c_uchar
Trait Implementations§
source§impl Clone for XRecordRange8
impl Clone for XRecordRange8
source§fn clone(&self) -> XRecordRange8
fn clone(&self) -> XRecordRange8
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 XRecordRange8
impl Debug for XRecordRange8
source§impl PartialEq<XRecordRange8> for XRecordRange8
impl PartialEq<XRecordRange8> for XRecordRange8
source§fn eq(&self, other: &XRecordRange8) -> bool
fn eq(&self, other: &XRecordRange8) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.