Struct gdk_sys::GdkGeometry
source · #[repr(C)]pub struct GdkGeometry {
pub min_width: c_int,
pub min_height: c_int,
pub max_width: c_int,
pub max_height: c_int,
pub base_width: c_int,
pub base_height: c_int,
pub width_inc: c_int,
pub height_inc: c_int,
pub min_aspect: c_double,
pub max_aspect: c_double,
pub win_gravity: GdkGravity,
}
Fields§
§min_width: c_int
§min_height: c_int
§max_width: c_int
§max_height: c_int
§base_width: c_int
§base_height: c_int
§width_inc: c_int
§height_inc: c_int
§min_aspect: c_double
§max_aspect: c_double
§win_gravity: GdkGravity
Trait Implementations§
source§impl Clone for GdkGeometry
impl Clone for GdkGeometry
source§fn clone(&self) -> GdkGeometry
fn clone(&self) -> GdkGeometry
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more