Struct wana_kana::Options[][src]

pub struct Options {
    pub use_obsolete_kana: bool,
    pub pass_romaji: bool,
    pub upcase_katakana: bool,
    pub imemode: bool,
}

Fields

Trait Implementations

impl Debug for Options
[src]

Formats the value using the given formatter. Read more

impl Default for Options
[src]

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

impl Clone for Options
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Options

impl Sync for Options