pub struct ConfigureNotifyEvent { /* private fields */ }
Expand description

NOT YET DOCUMENTED

Implementations

The reconfigured window or its parent, depending on whether StructureNotify or SubstructureNotify was selected.

The window whose size, position, border, and/or stacking order was changed.

If XCB_NONE, the window is on the bottom of the stack with respect to sibling windows. However, if set to a sibling window, the window is placed on top of this sibling window.

The X coordinate of the upper-left outside corner of window, relative to the parent window’s origin.

The Y coordinate of the upper-left outside corner of window, relative to the parent window’s origin.

The inside width of window, not including the border.

The inside height of window, not including the border.

The border width of window.

Window managers should ignore this window if override_redirect is 1.

Trait Implementations

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

The number associated to this event

Formats the value using the given formatter. Read more

Executes the destructor for this type. Read more

Build Self from a raw pointer Read more

Obtain the raw pointer representation

Convert self into a raw pointer 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.