#[repr(C)]pub struct SceKernelThreadOptParam {
pub size: SceSize,
pub stackMpid: SceUID,
}Expand description
Additional options used when creating threads.
Fields§
§size: SceSizeSize of the ::SceKernelThreadOptParam structure.
stackMpid: SceUIDUID of the memory block (?) allocated for the thread’s stack.
Trait Implementations§
Source§impl Clone for SceKernelThreadOptParam
impl Clone for SceKernelThreadOptParam
Source§impl Debug for SceKernelThreadOptParam
impl Debug for SceKernelThreadOptParam
impl Copy for SceKernelThreadOptParam
Auto Trait Implementations§
impl Freeze for SceKernelThreadOptParam
impl RefUnwindSafe for SceKernelThreadOptParam
impl Send for SceKernelThreadOptParam
impl Sync for SceKernelThreadOptParam
impl Unpin for SceKernelThreadOptParam
impl UnsafeUnpin for SceKernelThreadOptParam
impl UnwindSafe for SceKernelThreadOptParam
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