#[repr(C)]pub struct Iex_S_ITE {
pub cond: *mut IRExpr,
pub iftrue: *mut IRExpr,
pub iffalse: *mut IRExpr,
}
Fields§
§cond: *mut IRExpr
§iftrue: *mut IRExpr
§iffalse: *mut IRExpr
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Iex_S_ITE
impl RefUnwindSafe for Iex_S_ITE
impl !Send for Iex_S_ITE
impl !Sync for Iex_S_ITE
impl Unpin for Iex_S_ITE
impl UnwindSafe for Iex_S_ITE
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