pub struct PendingBasicBlockEdge {
pub branch_type: BranchType,
pub target: u64,
pub arch: CoreArchitecture,
pub fallthrough: bool,
}
Fields§
§branch_type: BranchType
§target: u64
§arch: CoreArchitecture
§fallthrough: bool
Auto Trait Implementations§
impl Freeze for PendingBasicBlockEdge
impl RefUnwindSafe for PendingBasicBlockEdge
impl Send for PendingBasicBlockEdge
impl Sync for PendingBasicBlockEdge
impl Unpin for PendingBasicBlockEdge
impl UnwindSafe for PendingBasicBlockEdge
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