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