pub struct Bounds {
pub x: f64,
pub y: f64,
pub width: f64,
pub height: f64,
}Expand description
physical screen resolution, can be negative, not necessarily start from 0, depending on screen arrangement
Fields§
§x: f64§y: f64§width: f64§height: f64Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Bounds
impl Send for Bounds
impl Sync for Bounds
impl Unpin for Bounds
impl UnwindSafe for Bounds
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