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

pub struct PyTryBlock {
    pub b_type: c_int,
    pub b_handler: c_int,
    pub b_level: c_int,
}

Fields

b_type: c_int b_handler: c_int b_level: c_int

Trait Implementations

impl Clone for PyTryBlock
[src]

fn clone(&self) -> PyTryBlock

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for PyTryBlock
[src]