pub struct Signal {
pub signal_type: String,
pub width: u32,
pub reference: String,
}
Expand description
A signal in a VCD file, of some known type & width along with a reference name e.g. “wire 1 … rx_en”
Fields§
§signal_type: String
§width: u32
§reference: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Signal
impl RefUnwindSafe for Signal
impl Send for Signal
impl Sync for Signal
impl Unpin for Signal
impl UnwindSafe for Signal
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