Struct x11_dl::xlib::XPixmapFormatValues [] [src]

pub struct XPixmapFormatValues {
    pub depth: c_int,
    pub bits_per_pixel: c_int,
    pub scanline_pad: c_int,
}

Fields

Trait Implementations

impl PartialEq for XPixmapFormatValues
[src]

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

This method tests for !=.

impl Copy for XPixmapFormatValues
[src]

impl Clone for XPixmapFormatValues
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more