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

Trait Implementations

impl Clone for XPixmapFormatValues
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for XPixmapFormatValues
[src]

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 !=.