#[repr(C)]pub struct Ist_S_LLSC {
pub end: IREndness,
pub result: IRTemp,
pub addr: *mut IRExpr,
pub storedata: *mut IRExpr,
}
Fields§
§end: IREndness
§result: IRTemp
§addr: *mut IRExpr
§storedata: *mut IRExpr
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ist_S_LLSC
impl RefUnwindSafe for Ist_S_LLSC
impl !Send for Ist_S_LLSC
impl !Sync for Ist_S_LLSC
impl Unpin for Ist_S_LLSC
impl UnwindSafe for Ist_S_LLSC
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