Struct x11_dl::xlib::Depth [] [src]

pub struct Depth {
    pub depth: c_int,
    pub nvisuals: c_int,
    pub visuals: *mut Visual,
}

Fields

depth
nvisuals
visuals

Trait Implementations

Derived Implementations

impl PartialEq for Depth

fn eq(&self, __arg_0: &Depth) -> bool

fn ne(&self, __arg_0: &Depth) -> bool

impl Copy for Depth

impl Clone for Depth

fn clone(&self) -> Depth

1.0.0fn clone_from(&mut self, source: &Self)