[−][src]Struct alacritty::index::Point
Index in the grid using row, column notation
Fields
line: Lcol: ColumnMethods
impl<L> Point<L>[src]
Trait Implementations
impl<L: Default> Default for Point<L>[src]
impl<L: Clone> Clone for Point<L>[src]
fn clone(&self) -> Point<L>[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Ord for Point[src]
fn cmp(&self, other: &Point) -> Ordering[src]
fn max(self, other: Self) -> Self1.21.0[src]
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
Compares and returns the minimum of two values. Read more
impl From<Point<usize>> for Point<isize>[src]
impl From<Point<isize>> for Point<usize>[src]
impl From<Point<Line>> for Point<usize>[src]
impl<'_> From<&'_ RenderableCell> for Point<Line>[src]
fn from(cell: &RenderableCell) -> Self[src]
impl<L: Eq> Eq for Point<L>[src]
impl<L: Copy> Copy for Point<L>[src]
impl<L: PartialOrd> PartialOrd<Point<L>> for Point<L>[src]
fn partial_cmp(&self, other: &Point<L>) -> Option<Ordering>[src]
fn lt(&self, other: &Point<L>) -> bool[src]
fn le(&self, other: &Point<L>) -> bool[src]
fn gt(&self, other: &Point<L>) -> bool[src]
fn ge(&self, other: &Point<L>) -> bool[src]
impl<L: PartialEq> PartialEq<Point<L>> for Point<L>[src]
impl<'point, T> Index<&'point Point<Line>> for Grid<T>[src]
type Output = T
The returned type after indexing.
fn index<'a>(&'a self, point: &Point) -> &'a T[src]
impl<'point, T> IndexMut<&'point Point<Line>> for Grid<T>[src]
impl<L: Debug> Debug for Point<L>[src]
impl<L> Serialize for Point<L> where
L: Serialize, [src]
L: Serialize,
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl<'de, L> Deserialize<'de> for Point<L> where
L: Deserialize<'de>, [src]
L: Deserialize<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
Blanket Implementations
impl<T> From for T[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> SetParameter for T[src]
fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
T: Parameter<Self>, [src]
T: Parameter<Self>,
Sets value as a parameter of self.
impl<T> Erased for T[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,