pub struct ProgramAnsiHeader {
pub nodes: (Vec<AttributeInstance>, Keyword, Option<Lifetime>, ProgramIdentifier, Vec<PackageImportDeclaration>, Option<ParameterPortList>, Option<ListOfPortDeclarations>, Symbol),
}Fields
nodes: (Vec<AttributeInstance>, Keyword, Option<Lifetime>, ProgramIdentifier, Vec<PackageImportDeclaration>, Option<ParameterPortList>, Option<ListOfPortDeclarations>, Symbol)Trait Implementations
sourceimpl Clone for ProgramAnsiHeader
impl Clone for ProgramAnsiHeader
sourcefn clone(&self) -> ProgramAnsiHeader
fn clone(&self) -> ProgramAnsiHeader
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 ProgramAnsiHeader
impl Debug for ProgramAnsiHeader
sourceimpl<'a> From<&'a ProgramAnsiHeader> for RefNode<'a>
impl<'a> From<&'a ProgramAnsiHeader> for RefNode<'a>
sourcefn from(x: &'a ProgramAnsiHeader) -> Self
fn from(x: &'a ProgramAnsiHeader) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a ProgramAnsiHeader> for RefNodes<'a>
impl<'a> From<&'a ProgramAnsiHeader> for RefNodes<'a>
sourcefn from(x: &'a ProgramAnsiHeader) -> Self
fn from(x: &'a ProgramAnsiHeader) -> Self
Converts to this type from the input type.
sourceimpl From<ProgramAnsiHeader> for AnyNode
impl From<ProgramAnsiHeader> for AnyNode
sourcefn from(x: ProgramAnsiHeader) -> Self
fn from(x: ProgramAnsiHeader) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a ProgramAnsiHeader
impl<'a> IntoIterator for &'a ProgramAnsiHeader
sourceimpl PartialEq<ProgramAnsiHeader> for ProgramAnsiHeader
impl PartialEq<ProgramAnsiHeader> for ProgramAnsiHeader
sourcefn eq(&self, other: &ProgramAnsiHeader) -> bool
fn eq(&self, other: &ProgramAnsiHeader) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ProgramAnsiHeader) -> bool
fn ne(&self, other: &ProgramAnsiHeader) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a ProgramAnsiHeader> for Locate
impl<'a> TryFrom<&'a ProgramAnsiHeader> for Locate
sourceimpl TryFrom<AnyNode> for ProgramAnsiHeader
impl TryFrom<AnyNode> for ProgramAnsiHeader
sourceimpl TryFrom<ProgramAnsiHeader> for Locate
impl TryFrom<ProgramAnsiHeader> for Locate
impl StructuralPartialEq for ProgramAnsiHeader
Auto Trait Implementations
impl RefUnwindSafe for ProgramAnsiHeader
impl Send for ProgramAnsiHeader
impl Sync for ProgramAnsiHeader
impl Unpin for ProgramAnsiHeader
impl UnwindSafe for ProgramAnsiHeader
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