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
bits_per_pixel
scanline_pad

Trait Implementations

Derived Implementations

impl PartialEq for XPixmapFormatValues

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

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

impl Copy for XPixmapFormatValues

impl Clone for XPixmapFormatValues

fn clone(&self) -> XPixmapFormatValues

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