Struct x11::xrecord::XRecordExtRange[][src]

#[repr(C)]
pub struct XRecordExtRange { pub ext_major: XRecordRange8, pub ext_minor: XRecordRange16, }

Fields

Trait Implementations

impl Debug for XRecordExtRange
[src]

Formats the value using the given formatter. Read more

impl Clone for XRecordExtRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XRecordExtRange
[src]

impl PartialEq for XRecordExtRange
[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