Struct x11_dl::xlib::Depth  
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct Depth { pub depth: c_int, pub nvisuals: c_int, pub visuals: *mut Visual, }
Fields
depth: c_int
                           
                           
                           
                           nvisuals: c_int
                           
                           
                           
                           visuals: *mut Visual
                           
            Trait Implementations
impl Debug for Depth[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for Depth[src]
fn clone(&self) -> Depth[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more