#[repr(C)]pub struct SceKernelVTimerOptParam {
pub size: usize,
}Fields§
§size: usizeSize of the SceKernelVTimerOptParam structure?
Trait Implementations§
Source§impl Clone for SceKernelVTimerOptParam
impl Clone for SceKernelVTimerOptParam
Source§fn clone(&self) -> SceKernelVTimerOptParam
fn clone(&self) -> SceKernelVTimerOptParam
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SceKernelVTimerOptParam
Auto Trait Implementations§
impl Freeze for SceKernelVTimerOptParam
impl RefUnwindSafe for SceKernelVTimerOptParam
impl Send for SceKernelVTimerOptParam
impl Sync for SceKernelVTimerOptParam
impl Unpin for SceKernelVTimerOptParam
impl UnsafeUnpin for SceKernelVTimerOptParam
impl UnwindSafe for SceKernelVTimerOptParam
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