pub struct InterfaceDeclarationExternAnsi {
    pub nodes: (Keyword, InterfaceAnsiHeader),
}Fields§
§nodes: (Keyword, InterfaceAnsiHeader)Trait Implementations§
Source§impl Clone for InterfaceDeclarationExternAnsi
 
impl Clone for InterfaceDeclarationExternAnsi
Source§fn clone(&self) -> InterfaceDeclarationExternAnsi
 
fn clone(&self) -> InterfaceDeclarationExternAnsi
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<'a> From<&'a InterfaceDeclarationExternAnsi> for RefNode<'a>
 
impl<'a> From<&'a InterfaceDeclarationExternAnsi> for RefNode<'a>
Source§fn from(x: &'a InterfaceDeclarationExternAnsi) -> RefNode<'a>
 
fn from(x: &'a InterfaceDeclarationExternAnsi) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a InterfaceDeclarationExternAnsi> for RefNodes<'a>
 
impl<'a> From<&'a InterfaceDeclarationExternAnsi> for RefNodes<'a>
Source§fn from(x: &'a InterfaceDeclarationExternAnsi) -> RefNodes<'a>
 
fn from(x: &'a InterfaceDeclarationExternAnsi) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<InterfaceDeclarationExternAnsi> for AnyNode
 
impl From<InterfaceDeclarationExternAnsi> for AnyNode
Source§fn from(x: InterfaceDeclarationExternAnsi) -> AnyNode
 
fn from(x: InterfaceDeclarationExternAnsi) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a InterfaceDeclarationExternAnsi
 
impl<'a> IntoIterator for &'a InterfaceDeclarationExternAnsi
Source§impl PartialEq for InterfaceDeclarationExternAnsi
 
impl PartialEq for InterfaceDeclarationExternAnsi
Source§fn eq(&self, other: &InterfaceDeclarationExternAnsi) -> bool
 
fn eq(&self, other: &InterfaceDeclarationExternAnsi) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl<'a> TryFrom<&'a InterfaceDeclarationExternAnsi> for Locate
 
impl<'a> TryFrom<&'a InterfaceDeclarationExternAnsi> for Locate
impl StructuralPartialEq for InterfaceDeclarationExternAnsi
Auto Trait Implementations§
impl Freeze for InterfaceDeclarationExternAnsi
impl RefUnwindSafe for InterfaceDeclarationExternAnsi
impl Send for InterfaceDeclarationExternAnsi
impl Sync for InterfaceDeclarationExternAnsi
impl Unpin for InterfaceDeclarationExternAnsi
impl UnwindSafe for InterfaceDeclarationExternAnsi
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