Struct native_windows_gui::MinMaxInfo[][src]

pub struct MinMaxInfo { /* fields omitted */ }

Implementations

The maximized width and the maximized height of the window. For top-level windows, this value is based on the width of the primary monitor.

Returns the maximized width and the maximized height of the window. For top-level windows, this value is based on the width of the primary monitor.

Sets the position of the left side of the maximized window and the position of the top of the maximized window. For top-level windows, this value is based on the position of the primary monitor.

Returns the position of the left side of the maximized window and the position of the top of the maximized window. For top-level windows, this value is based on the position of the primary monitor.

Sets the maximum size of the window

Returns the maximum size of the window

Sets the maximum size of the window

Returns the minimum size of the window

Trait Implementations

Formats the value using the given formatter. 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.