Struct divans::DictCommand[][src]

pub struct DictCommand {
    pub word_size: u8,
    pub transform: u8,
    pub final_size: u8,
    pub empty: u8,
    pub word_id: u32,
}

Fields

Trait Implementations

impl Debug for DictCommand
[src]

Formats the value using the given formatter. Read more

impl Clone for DictCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Nop<DictCommand> for DictCommand
[src]

impl Copy for DictCommand
[src]

Auto Trait Implementations

impl Send for DictCommand

impl Sync for DictCommand