Struct xcb::ffi::xproto::xcb_change_gc_request_t [] [src]

#[repr(C)]
pub struct xcb_change_gc_request_t { pub major_opcode: u8, pub pad0: u8, pub length: u16, pub gc: xcb_gcontext_t, pub value_mask: u32, }

change graphics context components

Changes the components specified by value_mask for the specified graphics context.

Fields

The graphics context to change.