#[repr(C)]pub struct SceKernelVTimerInfo {
pub size: usize,
pub name: [u8; 32],
pub active: i32,
pub base: SceKernelSysClock,
pub current: SceKernelSysClock,
pub schedule: SceKernelSysClock,
pub handler: SceKernelVTimerHandler,
pub common: *mut c_void,
}Fields§
§size: usizeSize of the SceKernelVTimerInfo structure?
name: [u8; 32]§active: i32§base: SceKernelSysClock§current: SceKernelSysClock§schedule: SceKernelSysClock§handler: SceKernelVTimerHandler§common: *mut c_voidTrait Implementations§
Source§impl Clone for SceKernelVTimerInfo
impl Clone for SceKernelVTimerInfo
Source§fn clone(&self) -> SceKernelVTimerInfo
fn clone(&self) -> SceKernelVTimerInfo
Returns a duplicate 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 moreSource§impl Debug for SceKernelVTimerInfo
impl Debug for SceKernelVTimerInfo
impl Copy for SceKernelVTimerInfo
Auto Trait Implementations§
impl Freeze for SceKernelVTimerInfo
impl RefUnwindSafe for SceKernelVTimerInfo
impl !Send for SceKernelVTimerInfo
impl !Sync for SceKernelVTimerInfo
impl Unpin for SceKernelVTimerInfo
impl UnwindSafe for SceKernelVTimerInfo
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)