#[repr(C)]pub struct Ist_S_WrTmp {
pub tmp: IRTemp,
pub data: *mut IRExpr,
}Fields§
§tmp: IRTemp§data: *mut IRExprTrait Implementations§
Source§impl Clone for Ist_S_WrTmp
impl Clone for Ist_S_WrTmp
Source§impl Default for Ist_S_WrTmp
impl Default for Ist_S_WrTmp
impl Copy for Ist_S_WrTmp
Auto Trait Implementations§
impl Freeze for Ist_S_WrTmp
impl RefUnwindSafe for Ist_S_WrTmp
impl !Send for Ist_S_WrTmp
impl !Sync for Ist_S_WrTmp
impl Unpin for Ist_S_WrTmp
impl UnwindSafe for Ist_S_WrTmp
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