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