#[repr(C)]pub struct IRStmt {
pub tag: IRStmtTag,
pub Ist: Ist,
}
Fields§
§tag: IRStmtTag
§Ist: Ist
Trait Implementations§
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