Struct vitasdk_sys::SceExcpmgrData
source · #[repr(C)]pub struct SceExcpmgrData {
pub nestedExceptionCount: [c_int; 4],
pub unused: [c_int; 4],
pub ExcpStackTop: [*mut c_void; 4],
pub ExcpStackBottom: [*mut c_void; 4],
}Fields§
§nestedExceptionCount: [c_int; 4]§unused: [c_int; 4]§ExcpStackTop: [*mut c_void; 4]§ExcpStackBottom: [*mut c_void; 4]Trait Implementations§
source§impl Clone for SceExcpmgrData
impl Clone for SceExcpmgrData
source§fn clone(&self) -> SceExcpmgrData
fn clone(&self) -> SceExcpmgrData
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