pub struct ProgramDeclarationAnsi {
    pub nodes: (ProgramAnsiHeader, Option<TimeunitsDeclaration>, Vec<NonPortProgramItem>, Keyword, Option<(Symbol, ProgramIdentifier)>),
}Fields§
§nodes: (ProgramAnsiHeader, Option<TimeunitsDeclaration>, Vec<NonPortProgramItem>, Keyword, Option<(Symbol, ProgramIdentifier)>)Trait Implementations§
Source§impl Clone for ProgramDeclarationAnsi
 
impl Clone for ProgramDeclarationAnsi
Source§fn clone(&self) -> ProgramDeclarationAnsi
 
fn clone(&self) -> ProgramDeclarationAnsi
Returns a duplicate 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 ProgramDeclarationAnsi
 
impl Debug for ProgramDeclarationAnsi
Source§impl<'a> From<&'a ProgramDeclarationAnsi> for RefNode<'a>
 
impl<'a> From<&'a ProgramDeclarationAnsi> for RefNode<'a>
Source§fn from(x: &'a ProgramDeclarationAnsi) -> RefNode<'a>
 
fn from(x: &'a ProgramDeclarationAnsi) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a ProgramDeclarationAnsi> for RefNodes<'a>
 
impl<'a> From<&'a ProgramDeclarationAnsi> for RefNodes<'a>
Source§fn from(x: &'a ProgramDeclarationAnsi) -> RefNodes<'a>
 
fn from(x: &'a ProgramDeclarationAnsi) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<ProgramDeclarationAnsi> for AnyNode
 
impl From<ProgramDeclarationAnsi> for AnyNode
Source§fn from(x: ProgramDeclarationAnsi) -> AnyNode
 
fn from(x: ProgramDeclarationAnsi) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a ProgramDeclarationAnsi
 
impl<'a> IntoIterator for &'a ProgramDeclarationAnsi
Source§impl PartialEq for ProgramDeclarationAnsi
 
impl PartialEq for ProgramDeclarationAnsi
Source§impl<'a> TryFrom<&'a ProgramDeclarationAnsi> for Locate
 
impl<'a> TryFrom<&'a ProgramDeclarationAnsi> for Locate
Source§impl TryFrom<AnyNode> for ProgramDeclarationAnsi
 
impl TryFrom<AnyNode> for ProgramDeclarationAnsi
Source§impl TryFrom<ProgramDeclarationAnsi> for Locate
 
impl TryFrom<ProgramDeclarationAnsi> for Locate
impl StructuralPartialEq for ProgramDeclarationAnsi
Auto Trait Implementations§
impl Freeze for ProgramDeclarationAnsi
impl RefUnwindSafe for ProgramDeclarationAnsi
impl Send for ProgramDeclarationAnsi
impl Sync for ProgramDeclarationAnsi
impl Unpin for ProgramDeclarationAnsi
impl UnwindSafe for ProgramDeclarationAnsi
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more