Enum xcb::x::Gc[][src]

pub enum Gc {
Show 23 variants Function(Gx), PlaneMask(u32), Foreground(u32), Background(u32), LineWidth(u32), LineStyle(LineStyle), CapStyle(CapStyle), JoinStyle(JoinStyle), FillStyle(FillStyle), FillRule(FillRule), Tile(Pixmap), Stipple(Pixmap), TileStippleOriginX(i32), TileStippleOriginY(i32), Font(Font), SubwindowMode(SubwindowMode), GraphicsExposures(bool), ClipOriginX(i32), ClipOriginY(i32), ClipMask(Pixmap), DashOffset(u32), DashList(u32), ArcMode(ArcMode),
}

Variants

Function(Gx)

Tuple Fields

0: Gx

PlaneMask(u32)

Tuple Fields

0: u32

Foreground(u32)

Tuple Fields

0: u32

Background(u32)

Tuple Fields

0: u32

LineWidth(u32)

Tuple Fields

0: u32

LineStyle(LineStyle)

Tuple Fields

CapStyle(CapStyle)

Tuple Fields

JoinStyle(JoinStyle)

Tuple Fields

FillStyle(FillStyle)

Tuple Fields

FillRule(FillRule)

Tuple Fields

Tile(Pixmap)

Tuple Fields

0: Pixmap

Stipple(Pixmap)

Tuple Fields

0: Pixmap

TileStippleOriginX(i32)

Tuple Fields

0: i32

TileStippleOriginY(i32)

Tuple Fields

0: i32

Font(Font)

Tuple Fields

0: Font

SubwindowMode(SubwindowMode)

Tuple Fields

GraphicsExposures(bool)

Tuple Fields

0: bool

ClipOriginX(i32)

Tuple Fields

0: i32

ClipOriginY(i32)

Tuple Fields

0: i32

ClipMask(Pixmap)

Tuple Fields

0: Pixmap

DashOffset(u32)

Tuple Fields

0: u32

DashList(u32)

Tuple Fields

0: u32

ArcMode(ArcMode)

Tuple Fields

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.