Struct x11_dl::xrender::XRenderPictFormat [] [src]

pub struct XRenderPictFormat {
    pub id: PictFormat,
    pub type_: c_int,
    pub depth: c_int,
    pub direct: XRenderDirectFormat,
    pub colormap: Colormap,
}

Fields

id
type_
depth
direct
colormap

Trait Implementations

Derived Implementations

impl PartialEq for XRenderPictFormat

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

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

impl Copy for XRenderPictFormat

impl Clone for XRenderPictFormat

fn clone(&self) -> XRenderPictFormat

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