What exactly is a pointer?

What’s the difference between:

Thing = *ThatThing;

and

Thing = &ThatThing;