Struct endbasic_std::console::PixelsXY
source · [−]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
impl Copy for PixelsXY
impl Eq for PixelsXY
impl StructuralEq for PixelsXY
impl StructuralPartialEq for PixelsXY
Auto Trait Implementations
impl RefUnwindSafe for PixelsXY
impl Send for PixelsXY
impl Sync for PixelsXY
impl Unpin for PixelsXY
impl UnwindSafe for PixelsXY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more