Struct endbasic_std::console::CharsXY  [−][src]
Expand description
Represents a coordinate for character-based console operations.
Fields
x: u16The column number, starting from zero.
y: u16The row number, starting from zero.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CharsXY
impl UnwindSafe for CharsXY
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more