Struct vitasdk_sys::SceKernelDebugEventLog3
source · #[repr(C, packed(1))]pub struct SceKernelDebugEventLog3 {
pub data_0x40: c_int,
pub ip1: [c_char; 16],
pub ip2: [c_char; 16],
pub ip3: [c_char; 16],
pub ip4: [c_char; 16],
pub ip5: [c_char; 16],
}Fields§
§data_0x40: c_int§ip1: [c_char; 16]§ip2: [c_char; 16]§ip3: [c_char; 16]§ip4: [c_char; 16]§ip5: [c_char; 16]Trait Implementations§
source§impl Clone for SceKernelDebugEventLog3
impl Clone for SceKernelDebugEventLog3
source§fn clone(&self) -> SceKernelDebugEventLog3
fn clone(&self) -> SceKernelDebugEventLog3
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