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

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

Fields

Trait Implementations

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

impl Copy for Depth
[src]

impl Clone for Depth
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more