Struct winit_main::reexports::platform::unix::x11::util::Geometry[][src]

pub struct Geometry {
    pub root: u64,
    pub x_rel_parent: i32,
    pub y_rel_parent: i32,
    pub width: u32,
    pub height: u32,
    pub border: u32,
    pub depth: u32,
}

Fields

root: u64x_rel_parent: i32y_rel_parent: i32width: u32height: u32border: u32depth: u32

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.