Struct endbasic_std::console::CharsXY
source · [−]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
impl Copy for CharsXY
impl Eq for CharsXY
impl StructuralEq for CharsXY
impl StructuralPartialEq for CharsXY
Auto Trait Implementations
impl RefUnwindSafe for CharsXY
impl Send for CharsXY
impl Sync for CharsXY
impl Unpin for CharsXY
impl UnwindSafe for CharsXY
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