Struct pyo3::ffi::PyTryBlock [−][src]
Fields
b_type: c_intb_handler: c_intb_level: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PyTryBlock
impl Send for PyTryBlock
impl Sync for PyTryBlock
impl Unpin for PyTryBlock
impl UnwindSafe for PyTryBlock
Blanket Implementations
Mutably borrows from an owned value. Read more