Struct x11_dl::xrecord::XRecordRange8 [] [src]

#[repr(C)]
pub struct XRecordRange8 { pub first: c_uchar, pub last: c_uchar, }

Fields

Trait Implementations

impl Clone for XRecordRange8
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XRecordRange8
[src]

impl PartialEq for XRecordRange8
[src]

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

This method tests for !=.