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
inp: u8
The byte input associated with this transition.
out: Output
The output associated with this transition.
addr: CompiledAddr
The address of the node that this transition points to.
Trait Implementations
impl Copy for Transition[src]
impl Copy for Transitionimpl Clone for Transition[src]
impl Clone for Transitionfn clone(&self) -> Transition[src]
fn clone(&self) -> TransitionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Hash for Transition[src]
impl Hash for Transitionfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Eq for Transition[src]
impl Eq for Transitionimpl PartialEq for Transition[src]
impl PartialEq for Transitionfn eq(&self, other: &Transition) -> bool[src]
fn eq(&self, other: &Transition) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Transition) -> bool[src]
fn ne(&self, other: &Transition) -> boolThis method tests for !=.
impl Default for Transition[src]
impl Default for Transitionimpl Debug for Transition[src]
impl Debug for TransitionAuto Trait Implementations
impl Send for Transition
impl Send for Transitionimpl Sync for Transition
impl Sync for Transition