Struct fst::raw::Transition [] [src]

pub struct Transition {
    pub inp: u8,
    pub out: Output,
    pub addr: CompiledAddr,
}

A transition from one note to another.

Fields

The byte input associated with this transition.

The output associated with this transition.

The address of the node that this transition points to.

Trait Implementations

impl Copy for Transition
[src]

impl Clone for Transition
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for Transition
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for Transition
[src]

impl PartialEq for Transition
[src]

[src]

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

[src]

This method tests for !=.

impl Default for Transition
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for Transition
[src]

[src]

Formats the value using the given formatter.