Struct sv_parser_syntaxtree::specify_section::specify_path_delays::EdgeSensitivePathDeclarationParallel
source · [−]pub struct EdgeSensitivePathDeclarationParallel {
pub nodes: (ParallelEdgeSensitivePathDescription, Symbol, PathDelayValue),
}Fields
nodes: (ParallelEdgeSensitivePathDescription, Symbol, PathDelayValue)Trait Implementations
sourceimpl Clone for EdgeSensitivePathDeclarationParallel
impl Clone for EdgeSensitivePathDeclarationParallel
sourcefn clone(&self) -> EdgeSensitivePathDeclarationParallel
fn clone(&self) -> EdgeSensitivePathDeclarationParallel
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 EdgeSensitivePathDeclarationParallel> for RefNode<'a>
impl<'a> From<&'a EdgeSensitivePathDeclarationParallel> for RefNode<'a>
sourcefn from(x: &'a EdgeSensitivePathDeclarationParallel) -> Self
fn from(x: &'a EdgeSensitivePathDeclarationParallel) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a EdgeSensitivePathDeclarationParallel> for RefNodes<'a>
impl<'a> From<&'a EdgeSensitivePathDeclarationParallel> for RefNodes<'a>
sourcefn from(x: &'a EdgeSensitivePathDeclarationParallel) -> Self
fn from(x: &'a EdgeSensitivePathDeclarationParallel) -> Self
Converts to this type from the input type.
sourceimpl From<EdgeSensitivePathDeclarationParallel> for AnyNode
impl From<EdgeSensitivePathDeclarationParallel> for AnyNode
sourcefn from(x: EdgeSensitivePathDeclarationParallel) -> Self
fn from(x: EdgeSensitivePathDeclarationParallel) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a EdgeSensitivePathDeclarationParallel
impl<'a> IntoIterator for &'a EdgeSensitivePathDeclarationParallel
sourceimpl<'a> Node<'a> for EdgeSensitivePathDeclarationParallel
impl<'a> Node<'a> for EdgeSensitivePathDeclarationParallel
sourceimpl PartialEq<EdgeSensitivePathDeclarationParallel> for EdgeSensitivePathDeclarationParallel
impl PartialEq<EdgeSensitivePathDeclarationParallel> for EdgeSensitivePathDeclarationParallel
sourcefn eq(&self, other: &EdgeSensitivePathDeclarationParallel) -> bool
fn eq(&self, other: &EdgeSensitivePathDeclarationParallel) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &EdgeSensitivePathDeclarationParallel) -> bool
fn ne(&self, other: &EdgeSensitivePathDeclarationParallel) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a EdgeSensitivePathDeclarationParallel> for Locate
impl<'a> TryFrom<&'a EdgeSensitivePathDeclarationParallel> for Locate
impl StructuralPartialEq for EdgeSensitivePathDeclarationParallel
Auto Trait Implementations
impl RefUnwindSafe for EdgeSensitivePathDeclarationParallel
impl Send for EdgeSensitivePathDeclarationParallel
impl Sync for EdgeSensitivePathDeclarationParallel
impl Unpin for EdgeSensitivePathDeclarationParallel
impl UnwindSafe for EdgeSensitivePathDeclarationParallel
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