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
left: f32
top: f32
right: f32
bottom: f32
Trait Implementations
impl Clone for Rectangle[src]
fn clone(&self) -> Rectangle
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more