#[repr(C)]pub struct _IRStmt__bindgen_ty_1 {Show 15 fields
pub NoOp: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_1>,
pub IMark: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_2>,
pub AbiHint: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_3>,
pub Put: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_4>,
pub PutI: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_5>,
pub WrTmp: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_6>,
pub Store: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_7>,
pub StoreG: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_8>,
pub LoadG: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_9>,
pub CAS: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_10>,
pub LLSC: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_11>,
pub Dirty: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_12>,
pub MBE: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_13>,
pub Exit: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_14>,
pub bindgen_union_field: [u32; 4],
}Fields§
§NoOp: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_1>§IMark: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_2>§AbiHint: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_3>§Put: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_4>§PutI: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_5>§WrTmp: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_6>§Store: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_7>§StoreG: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_8>§LoadG: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_9>§CAS: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_10>§LLSC: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_11>§Dirty: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_12>§MBE: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_13>§Exit: __BindgenUnionField<_IRStmt__bindgen_ty_1__bindgen_ty_14>§bindgen_union_field: [u32; 4]Auto Trait Implementations§
impl Freeze for _IRStmt__bindgen_ty_1
impl RefUnwindSafe for _IRStmt__bindgen_ty_1
impl !Send for _IRStmt__bindgen_ty_1
impl !Sync for _IRStmt__bindgen_ty_1
impl Unpin for _IRStmt__bindgen_ty_1
impl UnwindSafe for _IRStmt__bindgen_ty_1
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