#[repr(C)]pub struct SceNetCheckDialogAgeRestriction {
pub countryCode: [c_char; 2],
pub age: SceInt8,
pub padding: SceInt8,
}Fields§
§countryCode: [c_char; 2]§age: SceInt8§padding: SceInt8Trait Implementations§
source§impl Clone for SceNetCheckDialogAgeRestriction
impl Clone for SceNetCheckDialogAgeRestriction
source§fn clone(&self) -> SceNetCheckDialogAgeRestriction
fn clone(&self) -> SceNetCheckDialogAgeRestriction
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