Struct vitasdk_sys::SceMsgDialogErrorCodeParam
source · #[repr(C)]pub struct SceMsgDialogErrorCodeParam {
pub errorCode: SceInt32,
pub reserved: [SceChar8; 32],
}Fields§
§errorCode: SceInt32§reserved: [SceChar8; 32]Trait Implementations§
source§impl Clone for SceMsgDialogErrorCodeParam
impl Clone for SceMsgDialogErrorCodeParam
source§fn clone(&self) -> SceMsgDialogErrorCodeParam
fn clone(&self) -> SceMsgDialogErrorCodeParam
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