pub struct ExtentInt {
pub minx: u32,
pub miny: u32,
pub maxx: u32,
pub maxy: u32,
}
Expand description
Min and max grid cell numbers
Fields§
§minx: u32
§miny: u32
§maxx: u32
§maxy: u32
Trait Implementations§
impl StructuralPartialEq for ExtentInt
Auto Trait Implementations§
impl Freeze for ExtentInt
impl RefUnwindSafe for ExtentInt
impl Send for ExtentInt
impl Sync for ExtentInt
impl Unpin for ExtentInt
impl UnwindSafe for ExtentInt
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