Struct xcb::ffi::xproto::xcb_set_dashes_request_t
[−]
[src]
#[repr(C)]pub struct xcb_set_dashes_request_t { pub major_opcode: u8, pub pad0: u8, pub length: u16, pub gc: xcb_gcontext_t, pub dash_offset: u16, pub dashes_len: u16, }
Fields
major_opcode: u8
pad0: u8
length: u16
gc: xcb_gcontext_t
dash_offset: u16
dashes_len: u16