pub struct GetGeometryReply { /* private fields */ }

Implementations

The depth of the drawable (bits per pixel for the object).

Root window of the screen containing drawable.

The X coordinate of drawable. If drawable is a window, the coordinate specifies the upper-left outer corner relative to its parent’s origin. If drawable is a pixmap, the X coordinate is always 0.

The Y coordinate of drawable. If drawable is a window, the coordinate specifies the upper-left outer corner relative to its parent’s origin. If drawable is a pixmap, the Y coordinate is always 0.

The width of drawable.

The height of drawable.

The border width (in pixels).

Trait Implementations

Formats the value using the given formatter. Read more

Executes the destructor for this type. Read more

Build the reply struct from a raw pointer. Read more

Consume the reply struct 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.