pub struct LowLevelILLabel {
pub location: Option<Location>,
pub resolved: bool,
pub expr_ref: LowLevelExpressionIndex,
pub operand: usize,
}
Fields§
§location: Option<Location>
Used to update the label map if the label is associated with a location.
resolved: bool
§expr_ref: LowLevelExpressionIndex
§operand: usize
Implementations§
Trait Implementations§
source§impl Clone for LowLevelILLabel
impl Clone for LowLevelILLabel
source§fn clone(&self) -> LowLevelILLabel
fn clone(&self) -> LowLevelILLabel
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 LowLevelILLabel
impl Debug for LowLevelILLabel
source§impl Default for LowLevelILLabel
impl Default for LowLevelILLabel
source§impl From<&LowLevelILLabel> for BNLowLevelILLabel
impl From<&LowLevelILLabel> for BNLowLevelILLabel
source§fn from(value: &LowLevelILLabel) -> Self
fn from(value: &LowLevelILLabel) -> Self
Converts to this type from the input type.
source§impl From<BNLowLevelILLabel> for LowLevelILLabel
impl From<BNLowLevelILLabel> for LowLevelILLabel
source§fn from(value: BNLowLevelILLabel) -> Self
fn from(value: BNLowLevelILLabel) -> Self
Converts to this type from the input type.
source§impl From<LowLevelILLabel> for BNLowLevelILLabel
impl From<LowLevelILLabel> for BNLowLevelILLabel
source§fn from(value: LowLevelILLabel) -> Self
fn from(value: LowLevelILLabel) -> Self
Converts to this type from the input type.
source§impl Hash for LowLevelILLabel
impl Hash for LowLevelILLabel
source§impl PartialEq for LowLevelILLabel
impl PartialEq for LowLevelILLabel
impl Copy for LowLevelILLabel
impl Eq for LowLevelILLabel
impl StructuralPartialEq for LowLevelILLabel
Auto Trait Implementations§
impl Freeze for LowLevelILLabel
impl RefUnwindSafe for LowLevelILLabel
impl Send for LowLevelILLabel
impl Sync for LowLevelILLabel
impl Unpin for LowLevelILLabel
impl UnwindSafe for LowLevelILLabel
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