Enum moore_svlog_syntax::ast::NetType [] [src]

pub enum NetType {
    Supply0,
    Supply1,
    Tri,
    TriAnd,
    TriOr,
    TriReg,
    Tri0,
    Tri1,
    Uwire,
    Wire,
    WireAnd,
    WireOr,
}

Variants

Trait Implementations

impl Debug for NetType
[src]

[src]

Formats the value using the given formatter.

impl Clone for NetType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for NetType
[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 NetType
[src]

impl Copy for NetType
[src]

impl Encodable for NetType
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for NetType
[src]

[src]

Deserialize a value using a Decoder.