Struct x11::xlib::XChar2b [] [src]

#[repr(C)]
pub struct XChar2b { pub byte1: c_uchar, pub byte2: c_uchar, }

Fields

Trait Implementations

impl Debug for XChar2b
[src]

[src]

Formats the value using the given formatter.

impl Clone for XChar2b
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for XChar2b
[src]

impl PartialEq for XChar2b
[src]

[src]

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

[src]

This method tests for !=.