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
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 Debug for XVisualInfo[src]
impl Debug for XVisualInfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for XVisualInfo[src]
impl Clone for XVisualInfofn clone(&self) -> XVisualInfo[src]
fn clone(&self) -> XVisualInfoReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for XVisualInfo[src]
impl Copy for XVisualInfoimpl PartialEq for XVisualInfo[src]
impl PartialEq for XVisualInfofn eq(&self, other: &XVisualInfo) -> bool[src]
fn eq(&self, other: &XVisualInfo) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &XVisualInfo) -> bool[src]
fn ne(&self, other: &XVisualInfo) -> boolThis method tests for !=.
Auto Trait Implementations
impl !Send for XVisualInfo
impl !Send for XVisualInfoimpl !Sync for XVisualInfo
impl !Sync for XVisualInfo