Enum moore_svlog::ast::NetStrength [−][src]
pub enum NetStrength {
Drive(DriveStrength, DriveStrength),
Charge(ChargeStrength),
}
Variants
Drive(DriveStrength, DriveStrength)
Tuple Fields of Drive
Charge(ChargeStrength)
Tuple Fields of Charge
Trait Implementations
Apply a function to each child node.
Apply a function to this node.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for NetStrength
impl Send for NetStrength
impl Sync for NetStrength
impl Unpin for NetStrength
impl UnwindSafe for NetStrength
Blanket Implementations
Mutably borrows from an owned value. Read more