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

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

Fields

Trait Implementations

impl Clone for XChar2b
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XChar2b
[src]

impl PartialEq for XChar2b
[src]

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

This method tests for !=.