pub struct Area {
pub xmin: u32,
pub xmax: u32,
pub ymin: u32,
pub ymax: u32,
}
Expand description
Subarea of a 2D figure by dot (pixel) indices.
Fields§
§xmin: u32
§xmax: u32
§ymin: u32
§ymax: u32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Area
impl RefUnwindSafe for Area
impl Send for Area
impl Sync for Area
impl Unpin for Area
impl UnwindSafe for Area
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