#[repr(C)]pub struct SceIncomingDialogParam {
pub sdkVersion: SceInt32,
pub audioPath: [SceChar8; 128],
pub titleid: [SceChar8; 16],
pub unk_BC: SceInt32,
pub dialogTimer: SceUInt32,
pub reserved1: [SceChar8; 62],
pub buttonRightText: [SceWChar16; 31],
pub separator0: SceInt16,
pub buttonLeftText: [SceWChar16; 31],
pub separator1: SceInt16,
pub dialogText: [SceWChar16; 128],
pub separator2: SceInt16,
}Fields§
§sdkVersion: SceInt32§audioPath: [SceChar8; 128]§titleid: [SceChar8; 16]§unk_BC: SceInt32§dialogTimer: SceUInt32§reserved1: [SceChar8; 62]§separator0: SceInt16§separator1: SceInt16§dialogText: [SceWChar16; 128]§separator2: SceInt16Trait Implementations§
Source§impl Clone for SceIncomingDialogParam
impl Clone for SceIncomingDialogParam
Source§fn clone(&self) -> SceIncomingDialogParam
fn clone(&self) -> SceIncomingDialogParam
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 SceIncomingDialogParam
impl Debug for SceIncomingDialogParam
impl Copy for SceIncomingDialogParam
Auto Trait Implementations§
impl Freeze for SceIncomingDialogParam
impl RefUnwindSafe for SceIncomingDialogParam
impl Send for SceIncomingDialogParam
impl Sync for SceIncomingDialogParam
impl Unpin for SceIncomingDialogParam
impl UnwindSafe for SceIncomingDialogParam
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)