pub struct DOMRect {
pub x: f64,
pub y: f64,
pub width: f64,
pub height: f64,
pub top: f64,
pub right: f64,
pub bottom: f64,
pub left: f64,
}Fields§
§x: f64§y: f64§width: f64§height: f64§top: f64§right: f64§bottom: f64§left: f64Implementations§
Trait Implementations§
impl Copy for DOMRect
Auto Trait Implementations§
impl Freeze for DOMRect
impl RefUnwindSafe for DOMRect
impl Send for DOMRect
impl Sync for DOMRect
impl Unpin for DOMRect
impl UnsafeUnpin for DOMRect
impl UnwindSafe for DOMRect
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more