Enum rtlola_frontend::mir::WindowReference [−][src]
Expand description
Allows for referencing a window instance.
Variants
Sliding(usize)
Refers to a sliding window
Discrete(usize)
Refers to a discrete window
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for WindowReference
impl Send for WindowReference
impl Sync for WindowReference
impl Unpin for WindowReference
impl UnwindSafe for WindowReference
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