#[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 Copy for Geometry
impl StructuralPartialEq for Geometry
Auto Trait Implementations§
impl Freeze for Geometry
impl RefUnwindSafe for Geometry
impl Send for Geometry
impl Sync for Geometry
impl Unpin for Geometry
impl UnwindSafe for Geometry
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more