#[repr(C)]pub struct SceNotificationUtilProgressFinishParam {
pub notificationText: [SceWChar16; 63],
pub separator0: SceInt16,
pub notificationSubText: [SceWChar16; 63],
pub separator1: SceInt16,
pub path: [SceChar8; 1000],
}Fields§
§notificationText: [SceWChar16; 63]§separator0: SceInt16§notificationSubText: [SceWChar16; 63]§separator1: SceInt16§path: [SceChar8; 1000]Trait Implementations§
source§impl Clone for SceNotificationUtilProgressFinishParam
impl Clone for SceNotificationUtilProgressFinishParam
source§fn clone(&self) -> SceNotificationUtilProgressFinishParam
fn clone(&self) -> SceNotificationUtilProgressFinishParam
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