pub struct Window {
pub x_min: f64,
pub x_max: f64,
pub y_min: f64,
pub y_max: f64,
}
Expand description
A rectangular region to clip lines against.
Fields§
§x_min: f64
§x_max: f64
§y_min: f64
§y_max: f64
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Window
impl RefUnwindSafe for Window
impl Send for Window
impl Sync for Window
impl Unpin for Window
impl UnwindSafe for Window
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