pub struct VcdExternalSignalDesc {
pub scope: String,
pub name: String,
pub width: usize,
}Expand description
Describes a signal whose value is supplied by an external runtime rather than stored in Celox’s flat simulation memory.
Fields§
§scope: String§name: String§width: usizeTrait Implementations§
Source§impl Clone for VcdExternalSignalDesc
impl Clone for VcdExternalSignalDesc
Source§fn clone(&self) -> VcdExternalSignalDesc
fn clone(&self) -> VcdExternalSignalDesc
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for VcdExternalSignalDesc
impl RefUnwindSafe for VcdExternalSignalDesc
impl Send for VcdExternalSignalDesc
impl Sync for VcdExternalSignalDesc
impl Unpin for VcdExternalSignalDesc
impl UnsafeUnpin for VcdExternalSignalDesc
impl UnwindSafe for VcdExternalSignalDesc
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