pub struct WorkArea {
pub x: f64,
pub y: f64,
pub width: f64,
pub height: f64,
}Expand description
useable area within the screen bound
Fields§
§x: f64§y: f64§width: f64§height: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for WorkArea
impl RefUnwindSafe for WorkArea
impl Send for WorkArea
impl Sync for WorkArea
impl Unpin for WorkArea
impl UnwindSafe for WorkArea
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