#[repr(C)]pub struct SceNotificationUtilProgressInitParam {
pub notificationText: [SceWChar16; 63],
pub separator0: SceInt16,
pub notificationSubText: [SceWChar16; 63],
pub separator1: SceInt16,
pub unk: [SceChar8; 998],
pub unk_4EC: SceInt32,
pub eventHandler: SceNotificationUtilProgressEventHandler,
}Fields§
§notificationText: [SceWChar16; 63]§separator0: SceInt16§notificationSubText: [SceWChar16; 63]§separator1: SceInt16§unk: [SceChar8; 998]§unk_4EC: SceInt32§eventHandler: SceNotificationUtilProgressEventHandlerTrait Implementations§
source§impl Clone for SceNotificationUtilProgressInitParam
impl Clone for SceNotificationUtilProgressInitParam
source§fn clone(&self) -> SceNotificationUtilProgressInitParam
fn clone(&self) -> SceNotificationUtilProgressInitParam
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