Struct breadx::auto::xproto::ChangeGcRequest[][src]

pub struct ChangeGcRequest {
Show fields pub req_type: u8, pub length: u16, pub gc: Gcontext, pub value_mask: Gc, pub function: Gx, pub plane_mask: u32, pub foreground: u32, pub background: u32, pub line_width: u32, pub line_style: LineStyle, pub cap_style: CapStyle, pub join_style: JoinStyle, pub fill_style: FillStyle, pub fill_rule: FillRule, pub tile: Pixmap, pub stipple: Pixmap, pub tile_stipple_x_origin: i32, pub tile_stipple_y_origin: i32, pub font: Font, pub subwindow_mode: SubwindowMode, pub graphics_exposures: Bool32, pub clip_x_origin: i32, pub clip_y_origin: i32, pub clip_mask: Pixmap, pub dash_offset: u32, pub dashes: u32, pub arc_mode: ArcMode,
}

Fields

req_type: u8length: u16gc: Gcontextvalue_mask: Gcfunction: Gxplane_mask: u32foreground: u32background: u32line_width: u32line_style: LineStylecap_style: CapStylejoin_style: JoinStylefill_style: FillStylefill_rule: FillRuletile: Pixmapstipple: Pixmaptile_stipple_x_origin: i32tile_stipple_y_origin: i32font: Fontsubwindow_mode: SubwindowModegraphics_exposures: Bool32clip_x_origin: i32clip_y_origin: i32clip_mask: Pixmapdash_offset: u32dashes: u32arc_mode: ArcMode

Trait Implementations

Append this item to a sequence of bytes.

Convert a sequence of bytes into this item.

Get the size needed to store this item in terms of bytes. Higher is better than lower here, since this is mostly used to allocate buffers for items. Read more

If this item has any file descriptors stored within, this function returns them.

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

The name of the extension that this request belongs to.

Whether or not this request’s reply includes file descriptors.

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)

recently added

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.