Struct flowistry_pdg::rustc::mir::Statement
source · pub struct Statement<'tcx> {
pub source_info: SourceInfo,
pub kind: StatementKind<'tcx>,
}
Expand description
A statement in a basic block, including information about its source code.
Fields§
§source_info: SourceInfo
§kind: StatementKind<'tcx>
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for Statement<'tcx>
impl<'tcx> !Send for Statement<'tcx>
impl<'tcx> !Sync for Statement<'tcx>
impl<'tcx> Unpin for Statement<'tcx>
impl<'tcx> !UnwindSafe for Statement<'tcx>
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