Struct carboxyl_window::WindowProperties [] [src]

pub struct WindowProperties {
    pub position: (i32, i32),
    pub size: (u32, u32),
    pub focus: bool,
}

Fields

Methods

impl WindowProperties
[src]

Trait Implementations

impl Clone for WindowProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for WindowProperties
[src]

impl Debug for WindowProperties
[src]

Formats the value using the given formatter.

impl PartialEq for WindowProperties
[src]

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

This method tests for !=.

impl Eq for WindowProperties
[src]