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

#[repr(C)]
pub struct Depth { pub depth: c_int, pub nvisuals: c_int, pub visuals: *mut Visual, }

Fields

Trait Implementations

impl Debug for Depth
[src]

[src]

Formats the value using the given formatter.

impl Clone for Depth
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Depth
[src]

impl PartialEq for Depth
[src]

[src]

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

[src]

This method tests for !=.