Struct flowistry_pdg::rustc::mir::Location
source · pub struct Location {
pub block: BasicBlock,
pub statement_index: usize,
}
Expand description
Location
represents the position of the start of the statement; or, if
statement_index
equals the number of statements, then the start of the
terminator.
Fields§
§block: BasicBlock
The block that the location is within.
statement_index: usize
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Location
impl Send for Location
impl Sync for Location
impl Unpin for Location
impl UnwindSafe for Location
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