#[repr(C)]pub struct IRQop {
pub op: IROp,
pub arg1: *mut IRExpr,
pub arg2: *mut IRExpr,
pub arg3: *mut IRExpr,
pub arg4: *mut IRExpr,
}
Fields§
§op: IROp
§arg1: *mut IRExpr
§arg2: *mut IRExpr
§arg3: *mut IRExpr
§arg4: *mut IRExpr
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IRQop
impl RefUnwindSafe for IRQop
impl !Send for IRQop
impl !Sync for IRQop
impl Unpin for IRQop
impl UnwindSafe for IRQop
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