#[repr(C)]pub struct SceMsgDialogSystemMessageParam {
pub sysMsgType: SceInt32,
pub value: SceInt32,
pub reserved: [SceChar8; 32],
}Fields§
§sysMsgType: SceInt32§value: SceInt32§reserved: [SceChar8; 32]Trait Implementations§
source§impl Clone for SceMsgDialogSystemMessageParam
impl Clone for SceMsgDialogSystemMessageParam
source§fn clone(&self) -> SceMsgDialogSystemMessageParam
fn clone(&self) -> SceMsgDialogSystemMessageParam
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