#[repr(C)]pub struct SceMsgDialogProgressBarParam {
pub barType: SceInt32,
pub sysMsgParam: SceMsgDialogSystemMessageParam,
pub msg: *const SceChar8,
pub reserved: [SceInt32; 8],
}Fields§
§barType: SceInt32§sysMsgParam: SceMsgDialogSystemMessageParam§msg: *const SceChar8§reserved: [SceInt32; 8]Trait Implementations§
source§impl Clone for SceMsgDialogProgressBarParam
impl Clone for SceMsgDialogProgressBarParam
source§fn clone(&self) -> SceMsgDialogProgressBarParam
fn clone(&self) -> SceMsgDialogProgressBarParam
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