Struct x11::xlib::Depth [] [src]

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

Fields

Trait Implementations

impl Clone for Depth
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for Depth
[src]

impl PartialEq for Depth
[src]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.