pub fn repeatable(command: &DeviceBound) -> boolExpand description
Whether a repeat of this command may simply run again.
Reads may; mutations may not. Written against the command rather than a
per-call flag so that adding a variant to the union forces the question to
be answered in DeviceBound::mutating, where it is visible.