#[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 duplicate 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 moreSource§impl Debug for SceNotificationUtilProgressInitParam
impl Debug for SceNotificationUtilProgressInitParam
impl Copy for SceNotificationUtilProgressInitParam
Auto Trait Implementations§
impl Freeze for SceNotificationUtilProgressInitParam
impl RefUnwindSafe for SceNotificationUtilProgressInitParam
impl Send for SceNotificationUtilProgressInitParam
impl Sync for SceNotificationUtilProgressInitParam
impl Unpin for SceNotificationUtilProgressInitParam
impl UnwindSafe for SceNotificationUtilProgressInitParam
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)