pub struct XSizeHints {
pub flags: c_long,
pub x: c_int,
pub y: c_int,
pub width: c_int,
pub height: c_int,
pub min_width: c_int,
pub min_height: c_int,
pub max_width: c_int,
pub max_height: c_int,
pub width_inc: c_int,
pub height_inc: c_int,
pub min_aspect: AspectRatio,
pub max_aspect: AspectRatio,
pub base_width: c_int,
pub base_height: c_int,
pub win_gravity: c_int,
}
Fields
flags | |
x | |
y | |
width | |
height | |
min_width | |
min_height | |
max_width | |
max_height | |
width_inc | |
height_inc | |
min_aspect | |
max_aspect | |
base_width | |
base_height | |
win_gravity | |
Trait Implementations
Derived Implementations