Struct x11::xlib::XPixmapFormatValues [] [src]

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 PartialEq for XPixmapFormatValues
[src]

fn eq(&self, __arg_0: &XPixmapFormatValues) -> bool

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

fn ne(&self, __arg_0: &XPixmapFormatValues) -> bool

This method tests for !=.

impl Copy for XPixmapFormatValues
[src]

impl Clone for XPixmapFormatValues
[src]

fn clone(&self) -> XPixmapFormatValues

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more