Struct x11_dl::xlib::Visual [] [src]

pub struct Visual {
    pub ext_data: *mut XExtData,
    pub visualid: VisualID,
    pub class: c_int,
    pub red_mask: c_ulong,
    pub green_mask: c_ulong,
    pub blue_mask: c_ulong,
    pub bits_per_rgb: c_int,
    pub map_entries: c_int,
}

Fields

Trait Implementations

impl PartialEq for Visual
[src]

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

This method tests for !=.

impl Copy for Visual
[src]

impl Clone for Visual
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more