Struct sark_grids::geometry::GridLineOrtho
source · pub struct GridLineOrtho { /* private fields */ }
Expand description
An orthogonal line of points on a grid.
Unlike GridLine every point on this line is orthogonal to the next so there are no diagonal jumps between points.
Implementations§
Trait Implementations§
source§impl Clone for GridLineOrtho
impl Clone for GridLineOrtho
source§fn clone(&self) -> GridLineOrtho
fn clone(&self) -> GridLineOrtho
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GridLineOrtho
impl Debug for GridLineOrtho
source§impl Default for GridLineOrtho
impl Default for GridLineOrtho
source§fn default() -> GridLineOrtho
fn default() -> GridLineOrtho
Returns the “default value” for a type. Read more
source§impl GridShape for GridLineOrtho
impl GridShape for GridLineOrtho
source§impl IntoIterator for GridLineOrtho
impl IntoIterator for GridLineOrtho
source§impl PartialEq<GridLineOrtho> for GridLineOrtho
impl PartialEq<GridLineOrtho> for GridLineOrtho
source§fn eq(&self, other: &GridLineOrtho) -> bool
fn eq(&self, other: &GridLineOrtho) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for GridLineOrtho
impl Eq for GridLineOrtho
impl StructuralEq for GridLineOrtho
impl StructuralPartialEq for GridLineOrtho
Auto Trait Implementations§
impl RefUnwindSafe for GridLineOrtho
impl Send for GridLineOrtho
impl Sync for GridLineOrtho
impl Unpin for GridLineOrtho
impl UnwindSafe for GridLineOrtho
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