#[repr(C)]pub struct SceMsgDialogUserMessageParam {
pub buttonType: SceInt32,
pub msg: *const SceChar8,
pub buttonParam: *mut SceMsgDialogButtonsParam,
pub reserved: [SceChar8; 28],
}Fields§
§msg: *const SceChar8§reserved: [SceChar8; 28]Trait Implementations§
source§impl Clone for SceMsgDialogUserMessageParam
impl Clone for SceMsgDialogUserMessageParam
source§fn clone(&self) -> SceMsgDialogUserMessageParam
fn clone(&self) -> SceMsgDialogUserMessageParam
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