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 Copy for XRenderPictFormat

impl Clone for XRenderPictFormat

fn clone(&self) -> XRenderPictFormat

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