#[repr(C)]pub struct ScePromoterUtilityImportParams {
pub path: [c_char; 128],
pub titleid: [c_char; 12],
pub type_: ScePromoterUtilityPackageType,
pub attribute: u32,
pub reserved: [c_char; 28],
}Fields§
§path: [c_char; 128]§titleid: [c_char; 12]§type_: ScePromoterUtilityPackageType§attribute: u32§reserved: [c_char; 28]Trait Implementations§
source§impl Clone for ScePromoterUtilityImportParams
impl Clone for ScePromoterUtilityImportParams
source§fn clone(&self) -> ScePromoterUtilityImportParams
fn clone(&self) -> ScePromoterUtilityImportParams
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