Struct vitasdk_sys::SceCommonDialogConfigParam
source · #[repr(C)]pub struct SceCommonDialogConfigParam {
pub sdkVersion: SceUInt32,
pub language: SceSystemParamLang,
pub enterButtonAssign: SceSystemParamEnterButtonAssign,
pub reserved: [SceUInt8; 32],
}Fields§
§sdkVersion: SceUInt32§language: SceSystemParamLang§enterButtonAssign: SceSystemParamEnterButtonAssign§reserved: [SceUInt8; 32]Trait Implementations§
source§impl Clone for SceCommonDialogConfigParam
impl Clone for SceCommonDialogConfigParam
source§fn clone(&self) -> SceCommonDialogConfigParam
fn clone(&self) -> SceCommonDialogConfigParam
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