Struct x11::xlib::Visual[][src]

#[repr(C)]
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 Debug for Visual
[src]

Formats the value using the given formatter. Read more

impl Clone for Visual
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Visual
[src]

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 !=.

Auto Trait Implementations

impl !Send for Visual

impl !Sync for Visual