Struct gdk::Geometry
[−]
[src]
#[repr(C)]pub struct Geometry { pub min_width: i32, pub min_height: i32, pub max_width: i32, pub max_height: i32, pub base_width: i32, pub base_height: i32, pub width_inc: i32, pub height_inc: i32, pub min_aspect: f64, pub max_aspect: f64, pub win_gravity: Gravity, }
Fields
min_width: i32
min_height: i32
max_width: i32
max_height: i32
base_width: i32
base_height: i32
width_inc: i32
height_inc: i32
min_aspect: f64
max_aspect: f64
win_gravity: Gravity
Trait Implementations
impl Clone for Geometry
[src]
fn clone(&self) -> Geometry
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more