Struct vitasdk_sys::SceKernelTimezone
source · #[repr(C)]pub struct SceKernelTimezone {
pub value: SceUInt64,
}Fields§
§value: SceUInt64Trait Implementations§
source§impl Clone for SceKernelTimezone
impl Clone for SceKernelTimezone
source§fn clone(&self) -> SceKernelTimezone
fn clone(&self) -> SceKernelTimezone
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