Struct libvex_sys::Ist_S_Exit [] [src]

#[repr(C)]
pub struct Ist_S_Exit { pub guard: *mut IRExpr, pub dst: *mut IRConst, pub jk: IRJumpKind, pub offsIP: Int, }

Fields

Trait Implementations

impl Copy for Ist_S_Exit
[src]

impl Clone for Ist_S_Exit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Ist_S_Exit
[src]

Returns the "default value" for a type. Read more