Struct workflow_terminal::cursor::Goto
source · pub struct Goto(pub u16, pub u16);
Expand description
Goto some position ((1,1)-based).
Tuple Fields§
§0: u16
§1: u16
Trait Implementations§
source§impl PartialEq for Goto
impl PartialEq for Goto
impl Copy for Goto
impl Eq for Goto
impl StructuralPartialEq for Goto
Auto Trait Implementations§
impl Freeze for Goto
impl RefUnwindSafe for Goto
impl Send for Goto
impl Sync for Goto
impl Unpin for Goto
impl UnwindSafe for Goto
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