pub struct CursorPos {
pub row: u16,
pub col: u16,
}Fields§
§row: u16§col: u16Trait Implementations§
impl Copy for CursorPos
Auto Trait Implementations§
impl Freeze for CursorPos
impl RefUnwindSafe for CursorPos
impl Send for CursorPos
impl Sync for CursorPos
impl Unpin for CursorPos
impl UnsafeUnpin for CursorPos
impl UnwindSafe for CursorPos
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more