Struct x11_dl::xlib::XPixmapFormatValues
[−]
[src]
#[repr(C)]pub struct XPixmapFormatValues { pub depth: c_int, pub bits_per_pixel: c_int, pub scanline_pad: c_int, }
Fields
depth: c_int
bits_per_pixel: c_int
scanline_pad: c_int
Trait Implementations
impl Debug for XPixmapFormatValues[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for XPixmapFormatValues[src]
fn clone(&self) -> XPixmapFormatValues[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
impl Copy for XPixmapFormatValues[src]
impl PartialEq for XPixmapFormatValues[src]
fn eq(&self, __arg_0: &XPixmapFormatValues) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &XPixmapFormatValues) -> bool[src]
This method tests for !=.