Struct binaryninja::hlil::operation::LiftedSwitch
source · pub struct LiftedSwitch {
pub condition: Box<HighLevelILLiftedInstruction>,
pub default: Box<HighLevelILLiftedInstruction>,
pub cases: Vec<HighLevelILLiftedInstruction>,
}
Fields§
§condition: Box<HighLevelILLiftedInstruction>
§default: Box<HighLevelILLiftedInstruction>
§cases: Vec<HighLevelILLiftedInstruction>
Trait Implementations§
source§impl Clone for LiftedSwitch
impl Clone for LiftedSwitch
source§fn clone(&self) -> LiftedSwitch
fn clone(&self) -> LiftedSwitch
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LiftedSwitch
impl Debug for LiftedSwitch
source§impl PartialEq for LiftedSwitch
impl PartialEq for LiftedSwitch
source§fn eq(&self, other: &LiftedSwitch) -> bool
fn eq(&self, other: &LiftedSwitch) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LiftedSwitch
Auto Trait Implementations§
impl RefUnwindSafe for LiftedSwitch
impl !Send for LiftedSwitch
impl !Sync for LiftedSwitch
impl Unpin for LiftedSwitch
impl UnwindSafe for LiftedSwitch
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