Struct vitasdk_sys::SceKernelThreadOptParam
source · #[repr(C)]pub struct SceKernelThreadOptParam {
pub size: SceSize,
pub attr: SceUInt32,
}Fields§
§size: SceSize§attr: SceUInt32Trait Implementations§
source§impl Clone for SceKernelThreadOptParam
impl Clone for SceKernelThreadOptParam
source§fn clone(&self) -> SceKernelThreadOptParam
fn clone(&self) -> SceKernelThreadOptParam
Returns a copy 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 more