Struct ctru_sys::SwkbdDictWord
source · #[repr(C)]pub struct SwkbdDictWord {
pub reading: [u16_; 41],
pub word: [u16_; 41],
pub language: u8_,
pub all_languages: bool,
}
Expand description
Keyboard dictionary word for predictive input.
Fields§
§reading: [u16_; 41]
< Reading of the word (that is, the string that needs to be typed).
word: [u16_; 41]
< Spelling of the word.
language: u8_
< Language the word applies to.
all_languages: bool
< Specifies if the word applies to all languages.
Trait Implementations§
source§impl Clone for SwkbdDictWord
impl Clone for SwkbdDictWord
source§fn clone(&self) -> SwkbdDictWord
fn clone(&self) -> SwkbdDictWord
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more