Struct leanshot_xlib::WindowAttributes[][src]

pub struct WindowAttributes { /* fields omitted */ }

Window Attributes

Methods

impl WindowAttributes
[src]

Gets the width of the window

Gets the height of the window

Gets the width of the window

Gets the height of the window

Get the root window of this window

Trait Implementations

impl Drop for WindowAttributes
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations