Struct binaryninja::hlil::operation::LiftedCase
source · pub struct LiftedCase {
pub values: Vec<HighLevelILLiftedInstruction>,
pub body: Box<HighLevelILLiftedInstruction>,
}
Fields§
§values: Vec<HighLevelILLiftedInstruction>
§body: Box<HighLevelILLiftedInstruction>
Trait Implementations§
source§impl Clone for LiftedCase
impl Clone for LiftedCase
source§fn clone(&self) -> LiftedCase
fn clone(&self) -> LiftedCase
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 LiftedCase
impl Debug for LiftedCase
source§impl PartialEq for LiftedCase
impl PartialEq for LiftedCase
source§fn eq(&self, other: &LiftedCase) -> bool
fn eq(&self, other: &LiftedCase) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LiftedCase
Auto Trait Implementations§
impl RefUnwindSafe for LiftedCase
impl !Send for LiftedCase
impl !Sync for LiftedCase
impl Unpin for LiftedCase
impl UnwindSafe for LiftedCase
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