#[repr(C)]pub struct SceMsgDialogParam {
pub sdkVersion: SceUInt32,
pub commonParam: SceCommonDialogParam,
pub mode: SceInt32,
pub userMsgParam: *mut SceMsgDialogUserMessageParam,
pub sysMsgParam: *mut SceMsgDialogSystemMessageParam,
pub errorCodeParam: *mut SceMsgDialogErrorCodeParam,
pub progBarParam: *mut SceMsgDialogProgressBarParam,
pub flag: SceInt32,
pub reserved: [SceChar8; 32],
}Fields§
§sdkVersion: SceUInt32§commonParam: SceCommonDialogParam§mode: SceInt32§userMsgParam: *mut SceMsgDialogUserMessageParam§sysMsgParam: *mut SceMsgDialogSystemMessageParam§errorCodeParam: *mut SceMsgDialogErrorCodeParam§progBarParam: *mut SceMsgDialogProgressBarParam§flag: SceInt32§reserved: [SceChar8; 32]Trait Implementations§
Source§impl Clone for SceMsgDialogParam
impl Clone for SceMsgDialogParam
Source§fn clone(&self) -> SceMsgDialogParam
fn clone(&self) -> SceMsgDialogParam
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 SceMsgDialogParam
impl Debug for SceMsgDialogParam
impl Copy for SceMsgDialogParam
Auto Trait Implementations§
impl Freeze for SceMsgDialogParam
impl RefUnwindSafe for SceMsgDialogParam
impl !Send for SceMsgDialogParam
impl !Sync for SceMsgDialogParam
impl Unpin for SceMsgDialogParam
impl UnwindSafe for SceMsgDialogParam
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)