pub struct KgSignal {
pub name: String,
pub width: u32,
pub role: SignalRole,
}Expand description
A signal node in the Knowledge Graph.
Fields§
§name: String§width: u32§role: SignalRoleTrait Implementations§
Auto Trait Implementations§
impl Freeze for KgSignal
impl RefUnwindSafe for KgSignal
impl Send for KgSignal
impl Sync for KgSignal
impl Unpin for KgSignal
impl UnwindSafe for KgSignal
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