Struct x11_dl::xrecord::XRecordRange16 [] [src]

#[repr(C)]
pub struct XRecordRange16 { pub first: c_ushort, pub last: c_ushort, }

Fields

Trait Implementations

impl Clone for XRecordRange16
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XRecordRange16
[src]

impl PartialEq for XRecordRange16
[src]

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

This method tests for !=.