Struct x11_dl::xrecord::XRecordExtRange [] [src]

pub struct XRecordExtRange {
    pub ext_major: XRecordRange8,
    pub ext_minor: XRecordRange16,
}

Fields

ext_major
ext_minor

Trait Implementations

Derived Implementations

impl PartialEq for XRecordExtRange

fn eq(&self, __arg_0: &XRecordExtRange) -> bool

fn ne(&self, __arg_0: &XRecordExtRange) -> bool

impl Copy for XRecordExtRange

impl Clone for XRecordExtRange

fn clone(&self) -> XRecordExtRange

1.0.0fn clone_from(&mut self, source: &Self)