Struct ctru_sys::SwkbdLearningData
source · #[repr(C)]pub struct SwkbdLearningData {
pub data: [u32_; 10523],
}
Expand description
Keyboard predictive input learning data.
Fields§
§data: [u32_; 10523]
Trait Implementations§
source§impl Clone for SwkbdLearningData
impl Clone for SwkbdLearningData
source§fn clone(&self) -> SwkbdLearningData
fn clone(&self) -> SwkbdLearningData
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