Enum moore_vhdl_syntax::ast::IntfMode [] [src]

pub enum IntfMode {
    In,
    Out,
    Inout,
    Buffer,
    Linkage,
}

Variants

Trait Implementations

impl Clone for IntfMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for IntfMode
[src]

impl Debug for IntfMode
[src]

[src]

Formats the value using the given formatter.

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

impl Encodable for IntfMode
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for IntfMode
[src]

[src]

Deserialize a value using a Decoder.