pub struct Base;Expand description
The base coordinate system.
This coordinate system is also known as the “1-based, fully-closed” coordinate system.
Implementations§
Trait Implementations§
Source§impl Coordinate<Base> for Coordinate
impl Coordinate<Base> for Coordinate
Source§impl Interval<Base> for Interval
impl Interval<Base> for Interval
Source§fn count_entities(&self) -> Number
fn count_entities(&self) -> Number
Gets the number of entities within the interval.
Source§fn contains_entity(&self, coordinate: &Coordinate) -> bool
fn contains_entity(&self, coordinate: &Coordinate) -> bool
Returns whether or not the entity at the in-base coordinate is
contained within this interval.
Source§impl Ord for Base
impl Ord for Base
Source§impl PartialOrd for Base
impl PartialOrd for Base
impl Copy for Base
impl Eq for Base
impl Position<Base> for Position
impl StructuralPartialEq for Base
impl System for Base
Auto Trait Implementations§
impl Freeze for Base
impl RefUnwindSafe for Base
impl Send for Base
impl Sync for Base
impl Unpin for Base
impl UnwindSafe for Base
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