Struct native_windows_gui::constants::Rectangle [] [src]

pub struct Rectangle {
    pub left: f32,
    pub top: f32,
    pub right: f32,
    pub bottom: f32,
}

Define a rectangle shape that can be used with canvases

Fields

Trait Implementations

impl Clone for Rectangle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more