Enum acto_rs::Schedule [] [src]

pub enum Schedule {
    Loop,
    OnMessage(ChannelIdChannelPosition),
    DelayUsec(DelayFromNowInUsec),
    OnExternalEvent,
    Stop,
}

Variants

Trait Implementations

impl Copy for Schedule
[src]

impl Clone for Schedule
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Schedule
[src]

Formats the value using the given formatter.