Struct pyo3::ffi::PyBaseExceptionObject [−][src]
#[repr(C)]pub struct PyBaseExceptionObject { pub ob_base: PyObject, pub dict: *mut PyObject, pub args: *mut PyObject, pub traceback: *mut PyObject, pub context: *mut PyObject, pub cause: *mut PyObject, pub suppress_context: char, }
Fields
ob_base: PyObjectdict: *mut PyObjectargs: *mut PyObjecttraceback: *mut PyObjectcontext: *mut PyObjectcause: *mut PyObjectsuppress_context: charTrait Implementations
impl PyLayout<CancelledError> for PyBaseExceptionObject[src]
impl PyLayout<CancelledError> for PyBaseExceptionObject[src]impl PyLayout<PanicException> for PyBaseExceptionObject[src]
impl PyLayout<PanicException> for PyBaseExceptionObject[src]impl PyLayout<PyBufferError> for PyBaseExceptionObject[src]
impl PyLayout<PyBufferError> for PyBaseExceptionObject[src]impl PyLayout<PyEOFError> for PyBaseExceptionObject[src]
impl PyLayout<PyEOFError> for PyBaseExceptionObject[src]impl PyLayout<PyException> for PyBaseExceptionObject[src]
impl PyLayout<PyException> for PyBaseExceptionObject[src]impl PyLayout<PyIOError> for PyBaseExceptionObject[src]
impl PyLayout<PyIOError> for PyBaseExceptionObject[src]impl PyLayout<PyImportError> for PyBaseExceptionObject[src]
impl PyLayout<PyImportError> for PyBaseExceptionObject[src]impl PyLayout<PyIndexError> for PyBaseExceptionObject[src]
impl PyLayout<PyIndexError> for PyBaseExceptionObject[src]impl PyLayout<PyKeyError> for PyBaseExceptionObject[src]
impl PyLayout<PyKeyError> for PyBaseExceptionObject[src]impl PyLayout<PyLookupError> for PyBaseExceptionObject[src]
impl PyLayout<PyLookupError> for PyBaseExceptionObject[src]impl PyLayout<PyMemoryError> for PyBaseExceptionObject[src]
impl PyLayout<PyMemoryError> for PyBaseExceptionObject[src]impl PyLayout<PyNameError> for PyBaseExceptionObject[src]
impl PyLayout<PyNameError> for PyBaseExceptionObject[src]impl PyLayout<PyRuntimeError> for PyBaseExceptionObject[src]
impl PyLayout<PyRuntimeError> for PyBaseExceptionObject[src]impl PyLayout<PySystemError> for PyBaseExceptionObject[src]
impl PyLayout<PySystemError> for PyBaseExceptionObject[src]impl PyLayout<PyTimeoutError> for PyBaseExceptionObject[src]
impl PyLayout<PyTimeoutError> for PyBaseExceptionObject[src]impl PyLayout<PyTypeError> for PyBaseExceptionObject[src]
impl PyLayout<PyTypeError> for PyBaseExceptionObject[src]impl PyLayout<PyValueError> for PyBaseExceptionObject[src]
impl PyLayout<PyValueError> for PyBaseExceptionObject[src]impl PyLayout<QueueEmpty> for PyBaseExceptionObject[src]
impl PyLayout<QueueEmpty> for PyBaseExceptionObject[src]impl PyLayout<QueueFull> for PyBaseExceptionObject[src]
impl PyLayout<QueueFull> for PyBaseExceptionObject[src]impl PyLayout<TimeoutError> for PyBaseExceptionObject[src]
impl PyLayout<TimeoutError> for PyBaseExceptionObject[src]impl PyLayout<gaierror> for PyBaseExceptionObject[src]
impl PyLayout<gaierror> for PyBaseExceptionObject[src]impl PyLayout<herror> for PyBaseExceptionObject[src]
impl PyLayout<herror> for PyBaseExceptionObject[src]impl PyLayout<timeout> for PyBaseExceptionObject[src]
impl PyLayout<timeout> for PyBaseExceptionObject[src]