Struct x11::xrender::XRenderPictFormat
source · #[repr(C)]pub struct XRenderPictFormat {
pub id: PictFormat,
pub type_: c_int,
pub depth: c_int,
pub direct: XRenderDirectFormat,
pub colormap: Colormap,
}Fields§
§id: PictFormat§type_: c_int§depth: c_int§direct: XRenderDirectFormat§colormap: ColormapTrait Implementations§
source§impl Clone for XRenderPictFormat
impl Clone for XRenderPictFormat
source§fn clone(&self) -> XRenderPictFormat
fn clone(&self) -> XRenderPictFormat
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 XRenderPictFormat
impl Debug for XRenderPictFormat
source§impl PartialEq<XRenderPictFormat> for XRenderPictFormat
impl PartialEq<XRenderPictFormat> for XRenderPictFormat
source§fn eq(&self, other: &XRenderPictFormat) -> bool
fn eq(&self, other: &XRenderPictFormat) -> bool
This method tests for
self and other values to be equal, and is used
by ==.