Struct sv_parser::RandomizeCall
source · pub struct RandomizeCall {
pub nodes: (Keyword, Vec<AttributeInstance, Global>, Option<Paren<Option<VariableIdentifierListOrNull>>>, Option<(Keyword, Option<Paren<Option<IdentifierList>>>, ConstraintBlock)>),
}
Fields§
§nodes: (Keyword, Vec<AttributeInstance, Global>, Option<Paren<Option<VariableIdentifierListOrNull>>>, Option<(Keyword, Option<Paren<Option<IdentifierList>>>, ConstraintBlock)>)
Trait Implementations§
source§impl Clone for RandomizeCall
impl Clone for RandomizeCall
source§fn clone(&self) -> RandomizeCall
fn clone(&self) -> RandomizeCall
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RandomizeCall
impl Debug for RandomizeCall
source§impl<'a> From<&'a RandomizeCall> for RefNode<'a>
impl<'a> From<&'a RandomizeCall> for RefNode<'a>
source§fn from(x: &'a RandomizeCall) -> RefNode<'a>
fn from(x: &'a RandomizeCall) -> RefNode<'a>
Converts to this type from the input type.
source§impl<'a> From<&'a RandomizeCall> for RefNodes<'a>
impl<'a> From<&'a RandomizeCall> for RefNodes<'a>
source§fn from(x: &'a RandomizeCall) -> RefNodes<'a>
fn from(x: &'a RandomizeCall) -> RefNodes<'a>
Converts to this type from the input type.
source§impl From<RandomizeCall> for AnyNode
impl From<RandomizeCall> for AnyNode
source§fn from(x: RandomizeCall) -> AnyNode
fn from(x: RandomizeCall) -> AnyNode
Converts to this type from the input type.
source§impl<'a> IntoIterator for &'a RandomizeCall
impl<'a> IntoIterator for &'a RandomizeCall
source§impl PartialEq<RandomizeCall> for RandomizeCall
impl PartialEq<RandomizeCall> for RandomizeCall
source§fn eq(&self, other: &RandomizeCall) -> bool
fn eq(&self, other: &RandomizeCall) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.