Enum gdk::VisualType
[−]
[src]
pub enum VisualType { StaticGray, Grayscale, StaticColor, PseudoColor, TrueColor, DirectColor, // some variants omitted }
Variants
StaticGray
Grayscale
StaticColor
PseudoColor
TrueColor
DirectColor
Trait Implementations
impl Clone for VisualType
[src]
fn clone(&self) -> VisualType
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
impl Copy for VisualType
[src]
impl Debug for VisualType
[src]
impl Eq for VisualType
[src]
impl PartialEq for VisualType
[src]
fn eq(&self, __arg_0: &VisualType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &VisualType) -> bool
This method tests for !=
.