Enum acto_rs::SchedulingRule [] [src]

pub enum SchedulingRule {
    Loop,
    OnMessage,
    Periodic(PeriodLengthInUsec),
    OnExternalEvent,
}

Variants

Trait Implementations

impl Copy for SchedulingRule
[src]

impl Clone for SchedulingRule
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SchedulingRule
[src]

Formats the value using the given formatter.