Struct breadx::auto::xproto::Window[][src]

#[repr(transparent)]
pub struct Window { pub xid: XID, }

Fields

xid: XID

Implementations

Map this window to the screen.

Map this window to the screen, async redox.

Unmap this window.

Unmap this window, async redox.

Change a property of the window, given an atom that identifies that property.

Change a property of the window, async redox.

Delete a property of this window.

Delete a property of this window, async redox.

Set the protocols for the WM in regards to this window.

Set the WM protocols for this window, async redox.

Set the title for this window.

Set the title for this window, async redox.

Get the current set of window attributes for this window.

Get the current set of window attributes for this window, async redox.

Immediately get the current set of window attributes for this window.

Immediately get the current set of window attributes for this window, async redox.

Get the geometry of this window.

Get the geometry of this window, async redox.

Immediately get the geometry of this window.

Immediately get the geometry of this window, async redox.

Change the properties of this window.

Change the properties of this window, async redox.

Set this window’s background color.

Set this window’s background color, async redox.

Configure the window’s physical properties.

Configure the window’s physical properties, async redox.

Set the border of this window.

Set the border of this window, async redox.

Change the colormap associated with this window.

Change the colormap associated with this window.

Resize the window.

Resize the window, async redox.

Move and resize the window.

Move and resize the window, async redox.

Clear an area of the window.

Clear an area of the window, async redox.

Clear the entire window.

Clear the entire window, async redox.

Set the cursor used by this window.

Set the cursor used by this window, async redox.

Destroy this window’s subwindows.

Destroy this window’s subwindows, async redox.

Free this window.

Free this window, async redox.

Set the event mask.

Set the event mask, async redox.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Performs the conversion.

Performs the conversion.

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

Restrict a value to a certain interval. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Get the size needed to store this item in terms of bytes. Higher is better than lower here, since this is mostly used to allocate buffers for items. Read more

Append this item to a sequence of bytes.

Convert a sequence of bytes into this item.

If this item has any file descriptors stored within, this function returns them.

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.