Struct x11::xrecord::XRecordRange8
source · #[repr(C)]pub struct XRecordRange8 {
pub first: c_uchar,
pub last: c_uchar,
}
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 ==
.