Enum moore_svlog_syntax::ast::DriveStrength [] [src]

pub enum DriveStrength {
    Supply0,
    Strong0,
    Pull0,
    Weak0,
    HighZ0,
    Supply1,
    Strong1,
    Pull1,
    Weak1,
    HighZ1,
}

Variants

Trait Implementations

impl Debug for DriveStrength
[src]

[src]

Formats the value using the given formatter.

impl Clone for DriveStrength
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DriveStrength
[src]

impl PartialEq for DriveStrength
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for DriveStrength
[src]

impl Encodable for DriveStrength
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for DriveStrength
[src]

[src]

Deserialize a value using a Decoder.