Struct vitasdk_sys::SceDateTime
source · #[repr(C)]pub struct SceDateTime {
pub year: c_ushort,
pub month: c_ushort,
pub day: c_ushort,
pub hour: c_ushort,
pub minute: c_ushort,
pub second: c_ushort,
pub microsecond: c_uint,
}Fields§
§year: c_ushort§month: c_ushort§day: c_ushort§hour: c_ushort§minute: c_ushort§second: c_ushort§microsecond: c_uintTrait Implementations§
source§impl Clone for SceDateTime
impl Clone for SceDateTime
source§fn clone(&self) -> SceDateTime
fn clone(&self) -> SceDateTime
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