pub struct BranchDependence {
pub instruction: MediumLevelILInstruction,
pub dependence: ILBranchDependence,
}
Expand description
Conditional branching instruction and an expected conditional result
Fields§
§instruction: MediumLevelILInstruction
§dependence: ILBranchDependence
Trait Implementations§
source§impl CoreArrayProvider for BranchDependence
impl CoreArrayProvider for BranchDependence
type Raw = BNILBranchInstructionAndDependence
type Context = Ref<MediumLevelILFunction>
type Wrapped<'a> = BranchDependence
Auto Trait Implementations§
impl Freeze for BranchDependence
impl RefUnwindSafe for BranchDependence
impl Send for BranchDependence
impl Sync for BranchDependence
impl Unpin for BranchDependence
impl UnwindSafe for BranchDependence
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