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

#[repr(C)]
pub struct xcb_ge_generic_event_t { pub response_type: u8, pub extension: u8, pub sequence: u16, pub length: u32, pub event_type: u16, pub pad0: [u8; 22], pub full_sequence: u32, }

generic event (with length)

Fields

The major opcode of the extension creating this event

The amount (in 4-byte units) of data beyond 32 bytes

Trait Implementations

impl Copy for xcb_ge_generic_event_t
[src]

impl Clone for xcb_ge_generic_event_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more