Struct x11::xrecord::XRecordRange8 [] [src]

pub struct XRecordRange8 {
    pub first: c_uchar,
    pub last: c_uchar,
}

Fields

first: c_uchar last: c_uchar

Trait Implementations

impl PartialEq for XRecordRange8
[src]

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

This method tests for self and other values to be equal, and is used by ==. Read more

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

This method tests for !=.

impl Copy for XRecordRange8
[src]

impl Clone for XRecordRange8
[src]

fn clone(&self) -> XRecordRange8

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more