Struct x11_dl::xlib::XVisualInfo[][src]

#[repr(C)]
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

Trait Implementations

impl Debug for XVisualInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for XVisualInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XVisualInfo
[src]

impl PartialEq for XVisualInfo
[src]

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

This method tests for !=.

Auto Trait Implementations

impl !Send for XVisualInfo

impl !Sync for XVisualInfo