Struct atlatl::fst::Stipe[][src]

pub struct Stipe {
    pub check: u8,
    pub terminal: Terminal,
}

Fields

Trait Implementations

impl Copy for Stipe
[src]

impl Clone for Stipe
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Stipe
[src]

Formats the value using the given formatter. Read more

impl Default for Stipe
[src]

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

impl Eq for Stipe
[src]

impl PartialEq for Stipe
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Stipe

impl Sync for Stipe