Struct x11_dl::xrecord::XRecordExtRange [−][src]
#[repr(C)]pub struct XRecordExtRange {
pub ext_major: XRecordRange8,
pub ext_minor: XRecordRange16,
}
Fields
ext_major: XRecordRange8
ext_minor: XRecordRange16
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for XRecordExtRange
impl Send for XRecordExtRange
impl Sync for XRecordExtRange
impl Unpin for XRecordExtRange
impl UnwindSafe for XRecordExtRange
Blanket Implementations
Mutably borrows from an owned value. Read more