If,
for example, you have a variable of name
player holding a player_t struct, it would be something like this:
player.mindash = x*FRACUNIT
player.maxdash = y*FRACUNIT
with
x and
y being integers, of course.
Consider using the wiki. It's all there. Open the search function that your browser should have and look for "mindash".