Struct vitasdk_sys::SceMsgDialogParam
source · #[repr(C)]pub struct SceMsgDialogParam {
pub sdkVersion: SceUInt32,
pub commonParam: SceCommonDialogParam,
pub mode: SceInt32,
pub userMsgParam: *mut SceMsgDialogUserMessageParam,
pub sysMsgParam: *mut SceMsgDialogSystemMessageParam,
pub errorCodeParam: *mut SceMsgDialogErrorCodeParam,
pub progBarParam: *mut SceMsgDialogProgressBarParam,
pub flag: SceInt32,
pub reserved: [SceChar8; 32],
}Fields§
§sdkVersion: SceUInt32§commonParam: SceCommonDialogParam§mode: SceInt32§userMsgParam: *mut SceMsgDialogUserMessageParam§sysMsgParam: *mut SceMsgDialogSystemMessageParam§errorCodeParam: *mut SceMsgDialogErrorCodeParam§progBarParam: *mut SceMsgDialogProgressBarParam§flag: SceInt32§reserved: [SceChar8; 32]Trait Implementations§
source§impl Clone for SceMsgDialogParam
impl Clone for SceMsgDialogParam
source§fn clone(&self) -> SceMsgDialogParam
fn clone(&self) -> SceMsgDialogParam
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