Struct windows::Globalization::JapanesePhoneticAnalyzer
pub struct JapanesePhoneticAnalyzer;
Implementations§
§impl JapanesePhoneticAnalyzer
impl JapanesePhoneticAnalyzer
pub fn GetWords(input: &HSTRING) -> Result<IVectorView<JapanesePhoneme>>
pub fn GetWordsWithMonoRubyOption( input: &HSTRING, monoruby: bool, ) -> Result<IVectorView<JapanesePhoneme>>
Auto Trait Implementations§
impl Freeze for JapanesePhoneticAnalyzer
impl RefUnwindSafe for JapanesePhoneticAnalyzer
impl Send for JapanesePhoneticAnalyzer
impl Sync for JapanesePhoneticAnalyzer
impl Unpin for JapanesePhoneticAnalyzer
impl UnwindSafe for JapanesePhoneticAnalyzer
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