Struct sv_parser::InterfaceClassType
source · pub struct InterfaceClassType {
pub nodes: (PsClassIdentifier, Option<ParameterValueAssignment>),
}
Fields§
§nodes: (PsClassIdentifier, Option<ParameterValueAssignment>)
Trait Implementations§
source§impl Clone for InterfaceClassType
impl Clone for InterfaceClassType
source§fn clone(&self) -> InterfaceClassType
fn clone(&self) -> InterfaceClassType
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 InterfaceClassType
impl Debug for InterfaceClassType
source§impl<'a> From<&'a InterfaceClassType> for RefNode<'a>
impl<'a> From<&'a InterfaceClassType> for RefNode<'a>
source§fn from(x: &'a InterfaceClassType) -> RefNode<'a>
fn from(x: &'a InterfaceClassType) -> RefNode<'a>
Converts to this type from the input type.
source§impl<'a> From<&'a InterfaceClassType> for RefNodes<'a>
impl<'a> From<&'a InterfaceClassType> for RefNodes<'a>
source§fn from(x: &'a InterfaceClassType) -> RefNodes<'a>
fn from(x: &'a InterfaceClassType) -> RefNodes<'a>
Converts to this type from the input type.
source§impl From<InterfaceClassType> for AnyNode
impl From<InterfaceClassType> for AnyNode
source§fn from(x: InterfaceClassType) -> AnyNode
fn from(x: InterfaceClassType) -> AnyNode
Converts to this type from the input type.
source§impl<'a> IntoIterator for &'a InterfaceClassType
impl<'a> IntoIterator for &'a InterfaceClassType
source§impl PartialEq<InterfaceClassType> for InterfaceClassType
impl PartialEq<InterfaceClassType> for InterfaceClassType
source§fn eq(&self, other: &InterfaceClassType) -> bool
fn eq(&self, other: &InterfaceClassType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.