Struct x11::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 Clone for XPixmapFormatValues
[src]
impl Clone for XPixmapFormatValues
[src]fn clone(&self) -> XPixmapFormatValues
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl PartialEq<XPixmapFormatValues> for XPixmapFormatValues
[src]
impl PartialEq<XPixmapFormatValues> for XPixmapFormatValues
[src]