Struct vitasdk_sys::SceKernelDebugEventLog
source · #[repr(C, packed(1))]pub struct SceKernelDebugEventLog {
pub size: SceSize,
pub data_0x04: c_int,
pub titleid: [c_char; 12],
pub flags: c_int,
pub ppid: SceUID,
pub data_0x1C: SceUID,
pub rsvd: [c_int; 4],
pub time: SceUInt64,
pub data_0x38: c_int,
pub item_size: SceSize,
pub __bindgen_anon_1: SceKernelDebugEventLog__bindgen_ty_1,
}Fields§
§size: SceSize§data_0x04: c_int§titleid: [c_char; 12]§flags: c_int§ppid: SceUID§data_0x1C: SceUID§rsvd: [c_int; 4]§time: SceUInt64§data_0x38: c_int§item_size: SceSize§__bindgen_anon_1: SceKernelDebugEventLog__bindgen_ty_1Trait Implementations§
source§impl Clone for SceKernelDebugEventLog
impl Clone for SceKernelDebugEventLog
source§fn clone(&self) -> SceKernelDebugEventLog
fn clone(&self) -> SceKernelDebugEventLog
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