Struct flowistry_pdg::rustc::mir::coverage::ExpressionId
source · pub struct ExpressionId {
private: u32,
}
Expand description
ID of a coverage-counter expression. Values ascend from 0.
Note that LLVM handles expression IDs as uint32_t
, so there is no need
to use a larger representation on the Rust side.
Fields§
§private: u32
Auto Trait Implementations§
impl RefUnwindSafe for ExpressionId
impl Send for ExpressionId
impl Sync for ExpressionId
impl Unpin for ExpressionId
impl UnwindSafe for ExpressionId
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