Struct rtlola_frontend::mir::EventDrivenStream
source · pub struct EventDrivenStream {
pub reference: StreamReference,
pub ac: ActivationCondition,
}Expand description
Wrapper for output streams providing additional information specific to event-based streams.
Fields§
§reference: StreamReferenceA reference to the stream that is specified
ac: ActivationConditionThe activation condition of an event-based stream
Trait Implementations§
source§impl Clone for EventDrivenStream
impl Clone for EventDrivenStream
source§fn clone(&self) -> EventDrivenStream
fn clone(&self) -> EventDrivenStream
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for EventDrivenStream
impl Debug for EventDrivenStream
source§impl<'de> Deserialize<'de> for EventDrivenStream
impl<'de> Deserialize<'de> for EventDrivenStream
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<EventDrivenStream> for EventDrivenStream
impl PartialEq<EventDrivenStream> for EventDrivenStream
source§fn eq(&self, other: &EventDrivenStream) -> bool
fn eq(&self, other: &EventDrivenStream) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for EventDrivenStream
impl Serialize for EventDrivenStream
impl Eq for EventDrivenStream
impl StructuralEq for EventDrivenStream
impl StructuralPartialEq for EventDrivenStream
Auto Trait Implementations§
impl RefUnwindSafe for EventDrivenStream
impl Send for EventDrivenStream
impl Sync for EventDrivenStream
impl Unpin for EventDrivenStream
impl UnwindSafe for EventDrivenStream
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.