Struct kradical_static::Decomposition[][src]

pub struct Decomposition {
    pub kanji: char,
    pub radicals: &'static [char],
}
Expand description

The constituent radicals for a kanji

Fields

kanji: char

The kanji

radicals: &'static [char]

The radicals contained in the kanji

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.