Enum rtlola_frontend::mir::Offset [−][src]
Expand description
Offset used in the lookup expression
Variants
A strictly positive discrete offset, e.g., 4
, or 42
Tuple Fields of Future
0: u32
A non-negative discrete offset, e.g., 0
, -4
, or -42
Tuple Fields of Past
0: u32
Trait Implementations
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for Offset
impl UnwindSafe for Offset
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
type Output = T
type Output = T
Should always be Self