pub(crate) type DOMRectInit = DOMRectInit;
pub(crate) struct DOMRectInit { pub height: f64, pub width: f64, pub x: f64, pub y: f64, }
height: f64
width: f64
x: f64
y: f64