Enum sv_parser_syntaxtree::declarations::interface_declarations::ModportPortsDeclaration
source · [−]pub enum ModportPortsDeclaration {
Simple(Box<ModportPortsDeclarationSimple>),
Tf(Box<ModportPortsDeclarationTf>),
Clocking(Box<ModportPortsDeclarationClocking>),
}Variants
Simple(Box<ModportPortsDeclarationSimple>)
Tf(Box<ModportPortsDeclarationTf>)
Clocking(Box<ModportPortsDeclarationClocking>)
Trait Implementations
sourceimpl Clone for ModportPortsDeclaration
impl Clone for ModportPortsDeclaration
sourcefn clone(&self) -> ModportPortsDeclaration
fn clone(&self) -> ModportPortsDeclaration
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 ModportPortsDeclaration
impl Debug for ModportPortsDeclaration
sourceimpl<'a> From<&'a ModportPortsDeclaration> for RefNodes<'a>
impl<'a> From<&'a ModportPortsDeclaration> for RefNodes<'a>
sourcefn from(x: &'a ModportPortsDeclaration) -> Self
fn from(x: &'a ModportPortsDeclaration) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a ModportPortsDeclaration> for RefNode<'a>
impl<'a> From<&'a ModportPortsDeclaration> for RefNode<'a>
sourcefn from(x: &'a ModportPortsDeclaration) -> Self
fn from(x: &'a ModportPortsDeclaration) -> Self
Converts to this type from the input type.
sourceimpl From<ModportPortsDeclaration> for AnyNode
impl From<ModportPortsDeclaration> for AnyNode
sourcefn from(x: ModportPortsDeclaration) -> Self
fn from(x: ModportPortsDeclaration) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a ModportPortsDeclaration
impl<'a> IntoIterator for &'a ModportPortsDeclaration
sourceimpl PartialEq<ModportPortsDeclaration> for ModportPortsDeclaration
impl PartialEq<ModportPortsDeclaration> for ModportPortsDeclaration
sourcefn eq(&self, other: &ModportPortsDeclaration) -> bool
fn eq(&self, other: &ModportPortsDeclaration) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &ModportPortsDeclaration) -> bool
fn ne(&self, other: &ModportPortsDeclaration) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a ModportPortsDeclaration> for Locate
impl<'a> TryFrom<&'a ModportPortsDeclaration> for Locate
sourceimpl TryFrom<AnyNode> for ModportPortsDeclaration
impl TryFrom<AnyNode> for ModportPortsDeclaration
sourceimpl TryFrom<ModportPortsDeclaration> for Locate
impl TryFrom<ModportPortsDeclaration> for Locate
impl StructuralPartialEq for ModportPortsDeclaration
Auto Trait Implementations
impl RefUnwindSafe for ModportPortsDeclaration
impl Send for ModportPortsDeclaration
impl Sync for ModportPortsDeclaration
impl Unpin for ModportPortsDeclaration
impl UnwindSafe for ModportPortsDeclaration
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