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

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

Fields

Trait Implementations

impl Debug for XRecordRange8
[src]

Formats the value using the given formatter. Read more

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 !=.

Auto Trait Implementations