Struct vitasdk_sys::SceKernelDebugEventLog1
source · #[repr(C, packed(1))]pub struct SceKernelDebugEventLog1 {
pub data_0x40: c_int,
pub pid: SceUID,
pub budget_type: c_int,
pub data_0x4C: c_int,
pub titleid: [c_char; 12],
}Fields§
§data_0x40: c_int§pid: SceUID§budget_type: c_int§data_0x4C: c_int§titleid: [c_char; 12]Trait Implementations§
source§impl Clone for SceKernelDebugEventLog1
impl Clone for SceKernelDebugEventLog1
source§fn clone(&self) -> SceKernelDebugEventLog1
fn clone(&self) -> SceKernelDebugEventLog1
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