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

Trait Implementations

impl Clone for Geometry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Geometry
[src]

impl Debug for Geometry
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Geometry
[src]

[src]

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

[src]

This method tests for !=.