pub struct SyllableInfo {
pub name_index: usize,
pub syllable_index: usize,
}Expand description
The detailed information of the syllables.
Fields§
§name_index: usizeThe index of the name in the dataset
syllable_index: usizeThe index of the syllable in the name
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyllableInfo
impl RefUnwindSafe for SyllableInfo
impl Send for SyllableInfo
impl Sync for SyllableInfo
impl Unpin for SyllableInfo
impl UnwindSafe for SyllableInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more