pub struct NodeAddressTypeField {
pub identifier: WithMetaData<NodeVariableIdentifier>,
pub type_name: WithMetaData<NodeScillaType>,
}
Expand description
NodeAddressTypeField represents an address type field node in the AST
Fields§
§identifier: WithMetaData<NodeVariableIdentifier>
§type_name: WithMetaData<NodeScillaType>
Trait Implementations§
Source§impl AstVisitor for NodeAddressTypeField
impl AstVisitor for NodeAddressTypeField
fn visit( &self, emitter: &mut dyn AstConverting, ) -> Result<TraversalResult, String>
Source§impl Clone for NodeAddressTypeField
impl Clone for NodeAddressTypeField
Source§fn clone(&self) -> NodeAddressTypeField
fn clone(&self) -> NodeAddressTypeField
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 NodeAddressTypeField
impl Debug for NodeAddressTypeField
Source§impl PartialEq for NodeAddressTypeField
impl PartialEq for NodeAddressTypeField
Source§impl PartialOrd for NodeAddressTypeField
impl PartialOrd for NodeAddressTypeField
impl Eq for NodeAddressTypeField
impl StructuralPartialEq for NodeAddressTypeField
Auto Trait Implementations§
impl Freeze for NodeAddressTypeField
impl RefUnwindSafe for NodeAddressTypeField
impl Send for NodeAddressTypeField
impl Sync for NodeAddressTypeField
impl Unpin for NodeAddressTypeField
impl UnwindSafe for NodeAddressTypeField
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