pub struct SignalId(_);
Expand description
Signal ID.
Implementations§
source§impl SignalId
impl SignalId
sourcepub unsafe fn new(id: NonZeroU32) -> Self
pub unsafe fn new(id: NonZeroU32) -> Self
pub fn parse_name( name: &str, type_: Type, force_detail: bool ) -> Option<(Self, Option<Quark>)>
sourcepub fn lookup(name: &str, type_: Type) -> Option<Self>
pub fn lookup(name: &str, type_: Type) -> Option<Self>
Find a SignalId by its name
, and the type
it connects to.
sourcepub fn query(&self) -> SignalQuery
pub fn query(&self) -> SignalQuery
Queries more in-depth information about the current signal.