Struct python27_sys::frameobject::PyTryBlock[][src]

#[repr(C)]
pub struct PyTryBlock { pub b_type: c_int, pub b_handler: c_int, pub b_level: c_int, }

Fields

Trait Implementations

impl Copy for PyTryBlock
[src]

impl Clone for PyTryBlock
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PyTryBlock

impl Sync for PyTryBlock