Struct x11::xlib::XPixmapFormatValues
source · #[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_intTrait Implementations§
source§impl Clone for XPixmapFormatValues
impl Clone for XPixmapFormatValues
source§fn clone(&self) -> XPixmapFormatValues
fn clone(&self) -> XPixmapFormatValues
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for XPixmapFormatValues
impl Debug for XPixmapFormatValues
source§impl PartialEq<XPixmapFormatValues> for XPixmapFormatValues
impl PartialEq<XPixmapFormatValues> for XPixmapFormatValues
source§fn eq(&self, other: &XPixmapFormatValues) -> bool
fn eq(&self, other: &XPixmapFormatValues) -> bool
This method tests for
self and other values to be equal, and is used
by ==.