Struct psp::sys::SceKernelSysClock
source · #[repr(C)]pub struct SceKernelSysClock {
pub low: u32,
pub hi: u32,
}Expand description
64-bit system clock type.
Fields§
§low: u32§hi: u32Trait Implementations§
source§impl Clone for SceKernelSysClock
impl Clone for SceKernelSysClock
source§fn clone(&self) -> SceKernelSysClock
fn clone(&self) -> SceKernelSysClock
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SceKernelSysClock
impl Debug for SceKernelSysClock
impl Copy for SceKernelSysClock
Auto Trait Implementations§
impl RefUnwindSafe for SceKernelSysClock
impl Send for SceKernelSysClock
impl Sync for SceKernelSysClock
impl Unpin 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