Struct endbasic_std::console::PixelsXY [−][src]
Expand description
Represents a coordinate for pixel-based console operations.
Coordinates can be off-screen, which means they can be negative and/or can exceed the bottom-right margin.
Fields
x: i16The column number.
y: i16The row number.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PixelsXY
impl UnwindSafe for PixelsXY
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