Struct x11::xrecord::XRecordExtRange
source · #[repr(C)]pub struct XRecordExtRange {
pub ext_major: XRecordRange8,
pub ext_minor: XRecordRange16,
}
Fields§
§ext_major: XRecordRange8
§ext_minor: XRecordRange16
Trait Implementations§
source§impl Clone for XRecordExtRange
impl Clone for XRecordExtRange
source§fn clone(&self) -> XRecordExtRange
fn clone(&self) -> XRecordExtRange
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 XRecordExtRange
impl Debug for XRecordExtRange
source§impl PartialEq<XRecordExtRange> for XRecordExtRange
impl PartialEq<XRecordExtRange> for XRecordExtRange
source§fn eq(&self, other: &XRecordExtRange) -> bool
fn eq(&self, other: &XRecordExtRange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.