Struct cdp::dom::Rect
[−]
[src]
pub struct Rect { pub x: f64, pub y: f64, pub width: f64, pub height: f64, }
[Experimental] Rectangle.
Fields
x: f64
X coordinate
y: f64
Y coordinate
width: f64
Rectangle width
height: f64
Rectangle height
Trait Implementations
impl Clone for Rect
[src]
fn clone(&self) -> Rect
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more