Struct orbtk::rect::Rect [] [src]

pub struct Rect {
    pub x: i32,
    pub y: i32,
    pub width: u32,
    pub height: u32,
}

Fields

Methods

impl Rect
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for Rect
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Rect
[src]

impl Debug for Rect
[src]

[src]

Formats the value using the given formatter.

impl Default for Rect
[src]

[src]

Returns the "default value" for a type. Read more