Struct pyo3::ffi::PySystemExitObject [−][src]
#[repr(C)]pub struct PySystemExitObject { pub exception_base: PyBaseExceptionObject, pub code: *mut PyObject, }
Fields
exception_base: PyBaseExceptionObjectcode: *mut PyObjectTrait Implementations
impl PyLayout<PySystemExit> for PySystemExitObject[src]
impl PyLayout<PySystemExit> for PySystemExitObject[src]