#[repr(C)]pub struct SceNotificationUtilProgressUpdateParam {
pub notificationText: [SceWChar16; 63],
pub separator0: SceInt16,
pub notificationSubText: [SceWChar16; 63],
pub separator1: SceInt16,
pub targetProgress: SceFloat,
pub reserved: [SceChar8; 56],
}Fields§
§notificationText: [SceWChar16; 63]§separator0: SceInt16§notificationSubText: [SceWChar16; 63]§separator1: SceInt16§targetProgress: SceFloat§reserved: [SceChar8; 56]Trait Implementations§
Source§impl Clone for SceNotificationUtilProgressUpdateParam
impl Clone for SceNotificationUtilProgressUpdateParam
Source§fn clone(&self) -> SceNotificationUtilProgressUpdateParam
fn clone(&self) -> SceNotificationUtilProgressUpdateParam
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 SceNotificationUtilProgressUpdateParam
impl Debug for SceNotificationUtilProgressUpdateParam
impl Copy for SceNotificationUtilProgressUpdateParam
Auto Trait Implementations§
impl Freeze for SceNotificationUtilProgressUpdateParam
impl RefUnwindSafe for SceNotificationUtilProgressUpdateParam
impl Send for SceNotificationUtilProgressUpdateParam
impl Sync for SceNotificationUtilProgressUpdateParam
impl Unpin for SceNotificationUtilProgressUpdateParam
impl UnwindSafe for SceNotificationUtilProgressUpdateParam
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)