#[repr(C)]pub struct SceKernelSysClock {
pub low: SceUInt32,
pub hi: SceUInt32,
}Expand description
64-bit system clock type.
Fields§
§low: SceUInt32§hi: SceUInt32Trait Implementations§
Source§impl Clone for SceKernelSysClock
impl Clone for SceKernelSysClock
Source§impl Debug for SceKernelSysClock
impl Debug for SceKernelSysClock
impl Copy for SceKernelSysClock
Auto Trait Implementations§
impl Freeze for SceKernelSysClock
impl RefUnwindSafe for SceKernelSysClock
impl Send for SceKernelSysClock
impl Sync for SceKernelSysClock
impl Unpin for SceKernelSysClock
impl UnsafeUnpin for SceKernelSysClock
impl UnwindSafe for SceKernelSysClock
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more