Struct libpatron::ir::SignalInfo
source · pub struct SignalInfo {
pub name: Option<StringRef>,
pub kind: SignalKind,
}Fields§
§name: Option<StringRef>§kind: SignalKindTrait Implementations§
source§impl Clone for SignalInfo
impl Clone for SignalInfo
source§fn clone(&self) -> SignalInfo
fn clone(&self) -> SignalInfo
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 SignalInfo
impl Debug for SignalInfo
source§impl GetNode<SignalInfo, ExprRef> for TransitionSystem
impl GetNode<SignalInfo, ExprRef> for TransitionSystem
source§fn get(&self, reference: ExprRef) -> &SignalInfo
fn get(&self, reference: ExprRef) -> &SignalInfo
Lookup the value by the reference obtained from a call to add
source§impl Hash for SignalInfo
impl Hash for SignalInfo
source§impl PartialEq for SignalInfo
impl PartialEq for SignalInfo
source§fn eq(&self, other: &SignalInfo) -> bool
fn eq(&self, other: &SignalInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for SignalInfo
impl StructuralEq for SignalInfo
impl StructuralPartialEq for SignalInfo
Auto Trait Implementations§
impl RefUnwindSafe for SignalInfo
impl Send for SignalInfo
impl Sync for SignalInfo
impl Unpin for SignalInfo
impl UnwindSafe for SignalInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CallHasher for T
impl<T> CallHasher for T
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.