pub struct PointCoordinate { /* private fields */ }Expand description
A coordinate in the terminal grid.
Trait Implementations§
Source§impl Clone for PointCoordinate
impl Clone for PointCoordinate
Source§fn clone(&self) -> PointCoordinate
fn clone(&self) -> PointCoordinate
Returns a duplicate 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 PointCoordinate
impl Debug for PointCoordinate
Source§impl From<GhosttyPointCoordinate> for PointCoordinate
impl From<GhosttyPointCoordinate> for PointCoordinate
Source§fn from(value: GhosttyPointCoordinate) -> Self
fn from(value: GhosttyPointCoordinate) -> Self
Converts to this type from the input type.
Source§impl From<PointCoordinate> for GhosttyPointCoordinate
impl From<PointCoordinate> for GhosttyPointCoordinate
Source§fn from(value: PointCoordinate) -> Self
fn from(value: PointCoordinate) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PointCoordinate
impl PartialEq for PointCoordinate
impl Copy for PointCoordinate
impl Eq for PointCoordinate
impl StructuralPartialEq for PointCoordinate
Auto Trait Implementations§
impl Freeze for PointCoordinate
impl RefUnwindSafe for PointCoordinate
impl Send for PointCoordinate
impl Sync for PointCoordinate
impl Unpin for PointCoordinate
impl UnsafeUnpin for PointCoordinate
impl UnwindSafe for PointCoordinate
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