Struct xcb::x::ClientMessageEvent[][src]

pub struct ClientMessageEvent { /* fields omitted */ }
Expand description

NOT YET DOCUMENTED

This event represents a ClientMessage, sent by another X11 client. An example is a client sending the _NET_WM_STATE ClientMessage to the root window to indicate the fullscreen window state, effectively requesting that the window manager puts it into fullscreen mode.

Implementations

Specifies how to interpret data. Can be either 8, 16 or 32.

An atom which indicates how the data should be interpreted by the receiving client.

Trait Implementations

The extension associated to this event, or None for the main protocol

The number associated to this event

Build an event from a raw pointer Read more

Convert the event into a raw pointer Read more

Obtain the event as a raw pointer

Access to the raw event data

Formats the value using the given formatter. Read more

Executes the destructor for this type. 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 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.