[−][src]Struct moore_vhdl::hir::SigAssignStmt
A sequential signal assignment.
See IEEE 1076-2008 section 10.5.
Fields
parent: ScopeRefThe scope within which the statement has been made.
span: SpanThe location of the entire statement in the source file.
label: Option<Spanned<Name>>The optional statement label.
target: SigAssignTargetThe target of the assignment.
target_span: SpanThe location of the right hand side in the source file.
kind: SigAssignKindThe kind of the assignment.
kind_span: SpanThe location of the right hand side in the source file.
Trait Implementations
impl<'a> Alloc<'a, 'a, SigAssignStmt> for Arenas[src]
fn alloc(&'a self, value: SigAssignStmt) -> &'a mut SigAssignStmt[src]
impl Debug for SigAssignStmt[src]
impl<'lazy, 'sb, 'ast, 'ctx> NodeMaker<SigAssignStmtRef, &'ctx SigAssignStmt> for ScoreContext<'lazy, 'sb, 'ast, 'ctx>[src]
fn make(&self, id: SigAssignStmtRef) -> Result<&'ctx SigAssignStmt>[src]
Auto Trait Implementations
impl RefUnwindSafe for SigAssignStmt
impl Send for SigAssignStmt
impl Sync for SigAssignStmt
impl Unpin for SigAssignStmt
impl UnwindSafe for SigAssignStmt
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,