Enum xcb::render::Cp[][src]

pub enum Cp {
Show 13 variants Repeat(Repeat), AlphaMap(Picture), AlphaXOrigin(i32), AlphaYOrigin(i32), ClipXOrigin(i32), ClipYOrigin(i32), ClipMask(Pixmap), GraphicsExposure(u32), SubwindowMode(SubwindowMode), PolyEdge(PolyEdge), PolyMode(PolyMode), Dither(Atom), ComponentAlpha(u32),
}

Variants

Repeat(Repeat)

Tuple Fields

0: Repeat

AlphaMap(Picture)

Tuple Fields

AlphaXOrigin(i32)

Tuple Fields

0: i32

AlphaYOrigin(i32)

Tuple Fields

0: i32

ClipXOrigin(i32)

Tuple Fields

0: i32

ClipYOrigin(i32)

Tuple Fields

0: i32

ClipMask(Pixmap)

Tuple Fields

0: Pixmap

GraphicsExposure(u32)

Tuple Fields

0: u32

SubwindowMode(SubwindowMode)

Tuple Fields

PolyEdge(PolyEdge)

Tuple Fields

PolyMode(PolyMode)

Tuple Fields

Dither(Atom)

Tuple Fields

0: Atom

ComponentAlpha(u32)

Tuple Fields

0: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.