Struct vitasdk_sys::ScePafDateTime
source · #[repr(C)]pub struct ScePafDateTime {
pub data: SceDateTime,
pub data_0x10: c_int,
pub data_0x14: c_int,
}Fields§
§data: SceDateTime§data_0x10: c_int§data_0x14: c_intTrait Implementations§
source§impl Clone for ScePafDateTime
impl Clone for ScePafDateTime
source§fn clone(&self) -> ScePafDateTime
fn clone(&self) -> ScePafDateTime
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