Struct vitasdk_sys::SceIncomingDialogParam
source · #[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 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