Struct xcb_sys::xcb_create_gc_value_list_t[][src]

#[repr(C)]
pub struct xcb_create_gc_value_list_t {
Show 23 fields pub function: u32, pub plane_mask: u32, pub foreground: u32, pub background: u32, pub line_width: u32, pub line_style: u32, pub cap_style: u32, pub join_style: u32, pub fill_style: u32, pub fill_rule: u32, pub tile: xcb_pixmap_t, pub stipple: xcb_pixmap_t, pub tile_stipple_x_origin: i32, pub tile_stipple_y_origin: i32, pub font: xcb_font_t, pub subwindow_mode: u32, pub graphics_exposures: xcb_bool32_t, pub clip_x_origin: i32, pub clip_y_origin: i32, pub clip_mask: xcb_pixmap_t, pub dash_offset: u32, pub dashes: u32, pub arc_mode: u32,
}

Fields

function: u32plane_mask: u32foreground: u32background: u32line_width: u32line_style: u32cap_style: u32join_style: u32fill_style: u32fill_rule: u32tile: xcb_pixmap_tstipple: xcb_pixmap_ttile_stipple_x_origin: i32tile_stipple_y_origin: i32font: xcb_font_tsubwindow_mode: u32graphics_exposures: xcb_bool32_tclip_x_origin: i32clip_y_origin: i32clip_mask: xcb_pixmap_tdash_offset: u32dashes: u32arc_mode: 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)

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.