pub enum ModportSimplePort {
Ordered(Box<ModportSimplePortOrdered>),
Named(Box<ModportSimplePortNamed>),
}Variants
Ordered(Box<ModportSimplePortOrdered>)
Named(Box<ModportSimplePortNamed>)
Trait Implementations
sourceimpl Clone for ModportSimplePort
impl Clone for ModportSimplePort
sourcefn clone(&self) -> ModportSimplePort
fn clone(&self) -> ModportSimplePort
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ModportSimplePort
impl Debug for ModportSimplePort
sourceimpl<'a> From<&'a ModportSimplePort> for RefNodes<'a>
impl<'a> From<&'a ModportSimplePort> for RefNodes<'a>
sourcefn from(x: &'a ModportSimplePort) -> Self
fn from(x: &'a ModportSimplePort) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a ModportSimplePort> for RefNode<'a>
impl<'a> From<&'a ModportSimplePort> for RefNode<'a>
sourcefn from(x: &'a ModportSimplePort) -> Self
fn from(x: &'a ModportSimplePort) -> Self
Converts to this type from the input type.
sourceimpl From<ModportSimplePort> for AnyNode
impl From<ModportSimplePort> for AnyNode
sourcefn from(x: ModportSimplePort) -> Self
fn from(x: ModportSimplePort) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a ModportSimplePort
impl<'a> IntoIterator for &'a ModportSimplePort
sourceimpl PartialEq<ModportSimplePort> for ModportSimplePort
impl PartialEq<ModportSimplePort> for ModportSimplePort
sourcefn eq(&self, other: &ModportSimplePort) -> bool
fn eq(&self, other: &ModportSimplePort) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ModportSimplePort) -> bool
fn ne(&self, other: &ModportSimplePort) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a ModportSimplePort> for Locate
impl<'a> TryFrom<&'a ModportSimplePort> for Locate
sourceimpl TryFrom<AnyNode> for ModportSimplePort
impl TryFrom<AnyNode> for ModportSimplePort
sourceimpl TryFrom<ModportSimplePort> for Locate
impl TryFrom<ModportSimplePort> for Locate
impl StructuralPartialEq for ModportSimplePort
Auto Trait Implementations
impl RefUnwindSafe for ModportSimplePort
impl Send for ModportSimplePort
impl Sync for ModportSimplePort
impl Unpin for ModportSimplePort
impl UnwindSafe for ModportSimplePort
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more