Struct x11_dl::xlib::Depth [−][src]
Fields
depth: c_int
nvisuals: c_int
visuals: *mut Visual
Trait Implementations
impl Debug for Depth[src]
impl Debug for Depthfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for Depth[src]
impl Clone for Depthfn clone(&self) -> Depth[src]
fn clone(&self) -> DepthReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Depth[src]
impl Copy for Depthimpl PartialEq for Depth[src]
impl PartialEq for Depth