Struct vitasdk_sys::SceKernelDebugInfo
source · #[repr(C)]pub struct SceKernelDebugInfo {
pub __bindgen_anon_1: SceKernelDebugInfo__bindgen_ty_1,
pub func: *const c_char,
pub line: SceUInt32,
pub file: *const c_char,
}Fields§
§__bindgen_anon_1: SceKernelDebugInfo__bindgen_ty_1§func: *const c_char§line: SceUInt32§file: *const c_charTrait Implementations§
source§impl Clone for SceKernelDebugInfo
impl Clone for SceKernelDebugInfo
source§fn clone(&self) -> SceKernelDebugInfo
fn clone(&self) -> SceKernelDebugInfo
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