Struct tgff::Deadline [] [src]

pub struct Deadline {
    pub id: usize,
    pub on: usize,
    pub at: usize,
}

The deadline of a task.

Fields

The ID of the deadline.

The ID of the task.

The time associated with the deadline.