Struct xcb_sys::xcb_create_window_value_list_t[][src]

#[repr(C)]
pub struct xcb_create_window_value_list_t {
Show 15 fields pub background_pixmap: xcb_pixmap_t, pub background_pixel: u32, pub border_pixmap: xcb_pixmap_t, pub border_pixel: u32, pub bit_gravity: u32, pub win_gravity: u32, pub backing_store: u32, pub backing_planes: u32, pub backing_pixel: u32, pub override_redirect: xcb_bool32_t, pub save_under: xcb_bool32_t, pub event_mask: u32, pub do_not_propogate_mask: u32, pub colormap: xcb_colormap_t, pub cursor: xcb_cursor_t,
}

Fields

background_pixmap: xcb_pixmap_tbackground_pixel: u32border_pixmap: xcb_pixmap_tborder_pixel: u32bit_gravity: u32win_gravity: u32backing_store: u32backing_planes: u32backing_pixel: u32override_redirect: xcb_bool32_tsave_under: xcb_bool32_tevent_mask: u32do_not_propogate_mask: u32colormap: xcb_colormap_tcursor: xcb_cursor_t

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.