pub struct UdpRegDeclaration {
    pub nodes: (Vec<AttributeInstance>, Keyword, VariableIdentifier),
}Fields§
§nodes: (Vec<AttributeInstance>, Keyword, VariableIdentifier)Trait Implementations§
Source§impl Clone for UdpRegDeclaration
 
impl Clone for UdpRegDeclaration
Source§fn clone(&self) -> UdpRegDeclaration
 
fn clone(&self) -> UdpRegDeclaration
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 UdpRegDeclaration
 
impl Debug for UdpRegDeclaration
Source§impl<'a> From<&'a UdpRegDeclaration> for RefNode<'a>
 
impl<'a> From<&'a UdpRegDeclaration> for RefNode<'a>
Source§fn from(x: &'a UdpRegDeclaration) -> RefNode<'a>
 
fn from(x: &'a UdpRegDeclaration) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a UdpRegDeclaration> for RefNodes<'a>
 
impl<'a> From<&'a UdpRegDeclaration> for RefNodes<'a>
Source§fn from(x: &'a UdpRegDeclaration) -> RefNodes<'a>
 
fn from(x: &'a UdpRegDeclaration) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<UdpRegDeclaration> for AnyNode
 
impl From<UdpRegDeclaration> for AnyNode
Source§fn from(x: UdpRegDeclaration) -> AnyNode
 
fn from(x: UdpRegDeclaration) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a UdpRegDeclaration
 
impl<'a> IntoIterator for &'a UdpRegDeclaration
Source§impl PartialEq for UdpRegDeclaration
 
impl PartialEq for UdpRegDeclaration
Source§impl<'a> TryFrom<&'a UdpRegDeclaration> for Locate
 
impl<'a> TryFrom<&'a UdpRegDeclaration> for Locate
Source§impl TryFrom<AnyNode> for UdpRegDeclaration
 
impl TryFrom<AnyNode> for UdpRegDeclaration
Source§impl TryFrom<UdpRegDeclaration> for Locate
 
impl TryFrom<UdpRegDeclaration> for Locate
impl StructuralPartialEq for UdpRegDeclaration
Auto Trait Implementations§
impl Freeze for UdpRegDeclaration
impl RefUnwindSafe for UdpRegDeclaration
impl Send for UdpRegDeclaration
impl Sync for UdpRegDeclaration
impl Unpin for UdpRegDeclaration
impl UnwindSafe for UdpRegDeclaration
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