#[repr(C)]pub struct Ist_S_Exit {
pub guard: *mut IRExpr,
pub dst: *mut IRConst,
pub jk: IRJumpKind,
pub offsIP: Int,
}
Fields§
§guard: *mut IRExpr
§dst: *mut IRConst
§jk: IRJumpKind
§offsIP: Int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ist_S_Exit
impl RefUnwindSafe for Ist_S_Exit
impl !Send for Ist_S_Exit
impl !Sync for Ist_S_Exit
impl Unpin for Ist_S_Exit
impl UnwindSafe for Ist_S_Exit
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more