#[repr(C)]pub struct _IRStmt {
pub tag: IRStmtTag,
pub Ist: _IRStmt__bindgen_ty_1,
}
Fields§
§tag: IRStmtTag
§Ist: _IRStmt__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for _IRStmt
impl RefUnwindSafe for _IRStmt
impl !Send for _IRStmt
impl !Sync for _IRStmt
impl Unpin for _IRStmt
impl UnwindSafe for _IRStmt
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