Struct gdk::Geometry [] [src]

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

Trait Implementations

impl Clone for Geometry
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for Geometry
[src]

impl Debug for Geometry
[src]

[]

Formats the value using the given formatter.

impl PartialEq for Geometry
[src]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.