Struct pty_proc::shell::display::Coordinate [] [src]

pub struct Coordinate {
    pub x: size_t,
    pub y: size_t,
}

Fields

Methods

impl Coordinate
[src]

[src]

Trait Implementations

impl Default for Coordinate
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for Coordinate
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Coordinate
[src]

impl Clone for Coordinate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Coordinate
[src]

impl PartialEq for Coordinate
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl PartialEq<(size_t, size_t)> for Coordinate
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl From<(size_t, size_t)> for Coordinate
[src]

[src]

Performs the conversion.

impl From<Winszed> for Coordinate
[src]

[src]

Performs the conversion.