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