Struct pty_proc::shell::display::Coordinate
[−]
[src]
pub struct Coordinate {
pub x: size_t,
pub y: size_t,
}Fields
x: size_t
y: size_t
Methods
impl Coordinate[src]
Trait Implementations
impl Default for Coordinate[src]
fn default() -> Coordinate[src]
Returns the "default value" for a type. Read more
impl Debug for Coordinate[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Copy for Coordinate[src]
impl Clone for Coordinate[src]
fn clone(&self) -> Coordinate[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Eq for Coordinate[src]
impl PartialEq for Coordinate[src]
fn eq(&self, __arg_0: &Coordinate) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Coordinate) -> bool[src]
This method tests for !=.
impl PartialEq<(size_t, size_t)> for Coordinate[src]
fn eq(&self, (x, y): &(size_t, size_t)) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl From<(size_t, size_t)> for Coordinate[src]
impl From<Winszed> for Coordinate[src]
fn from(size: Winszed) -> Coordinate[src]
Performs the conversion.