Enum moore_svlog_syntax::ast::DriveStrength [−][src]
pub enum DriveStrength {
Supply0,
Strong0,
Pull0,
Weak0,
HighZ0,
Supply1,
Strong1,
Pull1,
Weak1,
HighZ1,
}Variants
Trait Implementations
Apply a function to each child node.
Apply a function to this node.
Auto Trait Implementations
impl RefUnwindSafe for DriveStrength
impl Send for DriveStrength
impl Sync for DriveStrength
impl Unpin for DriveStrength
impl UnwindSafe for DriveStrength
Blanket Implementations
Mutably borrows from an owned value. Read more