Struct x11::xlib::XVisualInfo [] [src]

pub struct XVisualInfo {
    pub visual: *mut Visual,
    pub visualid: VisualID,
    pub screen: c_int,
    pub depth: c_int,
    pub class: c_int,
    pub red_mask: c_ulong,
    pub green_mask: c_ulong,
    pub blue_mask: c_ulong,
    pub colormap_size: c_int,
    pub bits_per_rgb: c_int,
}

Fields

visual: *mut Visual visualid: VisualID screen: c_int depth: c_int class: c_int red_mask: c_ulong green_mask: c_ulong blue_mask: c_ulong colormap_size: c_int bits_per_rgb: c_int

Trait Implementations

impl PartialEq for XVisualInfo
[src]

fn eq(&self, __arg_0: &XVisualInfo) -> bool

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

fn ne(&self, __arg_0: &XVisualInfo) -> bool

This method tests for !=.

impl Copy for XVisualInfo
[src]

impl Clone for XVisualInfo
[src]

fn clone(&self) -> XVisualInfo

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more