Skip to main content

repeatable

Function repeatable 

Source
pub fn repeatable(command: &DeviceBound) -> bool
Expand 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.