Struct vitasdk_sys::SceShellUtilLaunchAppParam
source · #[repr(C)]pub struct SceShellUtilLaunchAppParam {
pub cmd: *const c_char,
}Fields§
§cmd: *const c_charTrait Implementations§
source§impl Clone for SceShellUtilLaunchAppParam
impl Clone for SceShellUtilLaunchAppParam
source§fn clone(&self) -> SceShellUtilLaunchAppParam
fn clone(&self) -> SceShellUtilLaunchAppParam
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