Struct gdk_x11_sys::xlib::XVisualInfo [−]
#[repr(C)]pub struct XVisualInfo { pub visual: *mut Visual, pub visualid: u64, pub screen: i32, pub depth: i32, pub class: i32, pub red_mask: u64, pub green_mask: u64, pub blue_mask: u64, pub colormap_size: i32, pub bits_per_rgb: i32, }
Fields
visual: *mut Visualvisualid: u64screen: i32depth: i32class: i32red_mask: u64green_mask: u64blue_mask: u64colormap_size: i32bits_per_rgb: i32Trait Implementations
impl Clone for XVisualInfo
impl Clone for XVisualInfopub fn clone(&self) -> XVisualInfo
pub fn clone(&self) -> XVisualInfoReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for XVisualInfo
impl Debug for XVisualInfoimpl PartialEq<XVisualInfo> for XVisualInfo
impl PartialEq<XVisualInfo> for XVisualInfopub fn eq(&self, other: &XVisualInfo) -> bool
pub fn eq(&self, other: &XVisualInfo) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &XVisualInfo) -> bool
pub fn ne(&self, other: &XVisualInfo) -> boolThis method tests for !=.
impl Copy for XVisualInfoimpl StructuralPartialEq for XVisualInfoAuto Trait Implementations
impl RefUnwindSafe for XVisualInfoimpl !Send for XVisualInfoimpl !Sync for XVisualInfoimpl Unpin for XVisualInfoimpl UnwindSafe for XVisualInfoBlanket Implementations
Mutably borrows from an owned value. Read more