Struct vitasdk_sys::SceImeEventData
source · #[repr(C)]pub struct SceImeEventData {
pub id: SceUInt32,
pub param: SceImeEventParam,
}Fields§
§id: SceUInt32§param: SceImeEventParamTrait Implementations§
source§impl Clone for SceImeEventData
impl Clone for SceImeEventData
source§fn clone(&self) -> SceImeEventData
fn clone(&self) -> SceImeEventData
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