pub struct ZoneRect {
pub x1: i16,
pub y1: i16,
pub x2: i16,
pub y2: i16,
}Expand description
A rectangular zone defined by two diagonal vertices (mm).
Fields§
§x1: i16§y1: i16§x2: i16§y2: i16Trait Implementations§
impl Copy for ZoneRect
Auto Trait Implementations§
impl Freeze for ZoneRect
impl RefUnwindSafe for ZoneRect
impl Send for ZoneRect
impl Sync for ZoneRect
impl Unpin for ZoneRect
impl UnsafeUnpin for ZoneRect
impl UnwindSafe for ZoneRect
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