Struct sv_parser_syntaxtree::specify_section::specify_path_delays::ParallelEdgeSensitivePathDescription
source · [−]pub struct ParallelEdgeSensitivePathDescription {
pub nodes: (Paren<(Option<EdgeIdentifier>, SpecifyInputTerminalDescriptor, Option<PolarityOperator>, Symbol, Paren<(SpecifyOutputTerminalDescriptor, Option<PolarityOperator>, Symbol, DataSourceExpression)>)>,),
}Fields
nodes: (Paren<(Option<EdgeIdentifier>, SpecifyInputTerminalDescriptor, Option<PolarityOperator>, Symbol, Paren<(SpecifyOutputTerminalDescriptor, Option<PolarityOperator>, Symbol, DataSourceExpression)>)>,)Trait Implementations
sourceimpl Clone for ParallelEdgeSensitivePathDescription
impl Clone for ParallelEdgeSensitivePathDescription
sourcefn clone(&self) -> ParallelEdgeSensitivePathDescription
fn clone(&self) -> ParallelEdgeSensitivePathDescription
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl<'a> From<&'a ParallelEdgeSensitivePathDescription> for RefNodes<'a>
impl<'a> From<&'a ParallelEdgeSensitivePathDescription> for RefNodes<'a>
sourcefn from(x: &'a ParallelEdgeSensitivePathDescription) -> Self
fn from(x: &'a ParallelEdgeSensitivePathDescription) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a ParallelEdgeSensitivePathDescription> for RefNode<'a>
impl<'a> From<&'a ParallelEdgeSensitivePathDescription> for RefNode<'a>
sourcefn from(x: &'a ParallelEdgeSensitivePathDescription) -> Self
fn from(x: &'a ParallelEdgeSensitivePathDescription) -> Self
Converts to this type from the input type.
sourceimpl From<ParallelEdgeSensitivePathDescription> for AnyNode
impl From<ParallelEdgeSensitivePathDescription> for AnyNode
sourcefn from(x: ParallelEdgeSensitivePathDescription) -> Self
fn from(x: ParallelEdgeSensitivePathDescription) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a ParallelEdgeSensitivePathDescription
impl<'a> IntoIterator for &'a ParallelEdgeSensitivePathDescription
sourceimpl<'a> Node<'a> for ParallelEdgeSensitivePathDescription
impl<'a> Node<'a> for ParallelEdgeSensitivePathDescription
sourceimpl PartialEq<ParallelEdgeSensitivePathDescription> for ParallelEdgeSensitivePathDescription
impl PartialEq<ParallelEdgeSensitivePathDescription> for ParallelEdgeSensitivePathDescription
sourcefn eq(&self, other: &ParallelEdgeSensitivePathDescription) -> bool
fn eq(&self, other: &ParallelEdgeSensitivePathDescription) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ParallelEdgeSensitivePathDescription) -> bool
fn ne(&self, other: &ParallelEdgeSensitivePathDescription) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a ParallelEdgeSensitivePathDescription> for Locate
impl<'a> TryFrom<&'a ParallelEdgeSensitivePathDescription> for Locate
impl StructuralPartialEq for ParallelEdgeSensitivePathDescription
Auto Trait Implementations
impl RefUnwindSafe for ParallelEdgeSensitivePathDescription
impl Send for ParallelEdgeSensitivePathDescription
impl Sync for ParallelEdgeSensitivePathDescription
impl Unpin for ParallelEdgeSensitivePathDescription
impl UnwindSafe for ParallelEdgeSensitivePathDescription
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more