Struct sark_grids::geometry::GridLine
source · pub struct GridLine {
pub start: IVec2,
pub end: IVec2,
}
Expand description
A line of points on a grid.
Fields§
§start: IVec2
§end: IVec2
Implementations§
Trait Implementations§
source§impl IntoIterator for GridLine
impl IntoIterator for GridLine
source§impl PartialEq for GridLine
impl PartialEq for GridLine
impl Copy for GridLine
impl Eq for GridLine
impl StructuralPartialEq for GridLine
Auto Trait Implementations§
impl Freeze for GridLine
impl RefUnwindSafe for GridLine
impl Send for GridLine
impl Sync for GridLine
impl Unpin for GridLine
impl UnwindSafe for GridLine
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