Struct x11_dl::xrecord::XRecordRange8  
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct XRecordRange8 { pub first: c_uchar, pub last: c_uchar, }
Fields
first: c_uchar
                           
                           
                           
                           last: c_uchar
                           
            Trait Implementations
impl Debug for XRecordRange8[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for XRecordRange8[src]
fn clone(&self) -> XRecordRange8[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for XRecordRange8[src]
impl PartialEq for XRecordRange8[src]
fn eq(&self, __arg_0: &XRecordRange8) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XRecordRange8) -> bool[src]
This method tests for !=.